Raw rust bindings for use with libayatana-appindicator.
Rust bindings for libayatana-appindicator shared library.
To remove unnecessary build dependencies, the crate provides a static generated binding file by default. However, if you want to generate the raw bindings on every build, add the following line to your Cargo.toml
file:
libayatana-appindicator = { version = "0.2.0", features = ["dynamic"] }
When using with the dynamic feature, the libayatana-appindicator-sys crate is used as build dependency that generates the bindings file for you.
LGPL-3.0
This library follows the license of libappindicator-rs, libappindicator-sys and libayatana-appindicator.
This library is widely based on libappindicator-rs and libappindicator-sys, so credits go to all contributors for their work on it.