15 releases (8 breaking)

0.9.0 Oct 1, 2023
0.8.0 Jan 25, 2023
0.7.3 Jun 29, 2022
0.7.0 Jan 17, 2022
0.1.1 Feb 27, 2017

#140 in #icons

Download history 21208/week @ 2023-12-07 19950/week @ 2023-12-14 16079/week @ 2023-12-21 18133/week @ 2023-12-28 16963/week @ 2024-01-04 16705/week @ 2024-01-11 16986/week @ 2024-01-18 16022/week @ 2024-01-25 18770/week @ 2024-02-01 19643/week @ 2024-02-08 14388/week @ 2024-02-15 16140/week @ 2024-02-22 19933/week @ 2024-02-29 20505/week @ 2024-03-07 21235/week @ 2024-03-14 19346/week @ 2024-03-21

83,758 downloads per month
Used in 29 crates (via libappindicator)

Apache-2.0 OR MIT

39KB
1K SLoC

libappindicator-sys

Build Status Crates.io

Bindings for the libappindicator library. libappindicator provides cross-distribution/window system functions for creating systray icons and menus.

Note that rather than generate bindings for all gtk types, libappindicator-sys uses some of the types out of gtk-sys for things like function argument types. This allows the bindings to be used with the higher level gtk-rs crate.

license

tl;dr GNU LGPL v2.1, GNU LGPL v3 (Following license of libappindicator)

Licensed under the LGPL License, Version 3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.gnu.org/licenses/lgpl-3.0.txt

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependencies

~3.5MB
~71K SLoC