appindicator3 0.2.1

Rust bindings for the AppIndicator and AyatanaAppIndicator library
Documentation
[dependencies.ffi]
package = "appindicator3-sys"
version = "0.0.3"

[dependencies.gdk]
version = "0.15"

[dependencies.gdk-sys]
version = "0.15"

[dependencies.glib]
version = "0.15"

[dependencies.gtk]
version = "0.15"

[dependencies.libc]
version = "0.2"

[features]
default = ["v0_5"]
dox = ["ffi/dox"]
original = ["ffi/original"]
v0_4 = ["ffi/v0_4"]
v0_5 = ["ffi/v0_5"]

[lib]
name = "appindicator3"

[package]
categories = ["api-bindings", "gui"]
description = "Rust bindings for the AppIndicator and AyatanaAppIndicator library"
edition = "2021"
exclude = ["gir-files/*"]
keywords = ["appindicator", "libappindicator", "ayatana-appindicator", "SNI", "KSNI"]
license = "MIT"
name = "appindicator3"
repository = "https://github.com/rehar/appindicator3"
resolver = "2"
version = "0.2.1"
[package.metadata.docs.rs]
features = ["dox"]