libayatana-appindicator 0.1.6

Rust bindings for libayatana-appindicator shared library.
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(not(feature = "dynamic"))]
const LIBRARY_NAME: &'static str = "ayatana-appindicator3";

#[cfg(not(feature = "dynamic"))]
fn main() {
    println!("cargo:rustc-link-lib={}", LIBRARY_NAME);
}

#[cfg(feature = "dynamic")]
fn main() {}