Cargo Features
[dependencies]
appindicator3 = { version = "0.3.0", default-features = false, features = ["v0_4", "v0_5", "original", "dox"] }
- default = v0_5
-
The
v0_5
feature is set by default wheneverappindicator3
is added without
somewhere in the dependency tree.default-features = false - v0_4
-
Enables v0_4 of appindicator3-sys
- v0_5 default
-
Enables v0_5 of appindicator3-sys
Affects
indicator::AppIndicatorExt.title
,indicator::AppIndicatorExt.set_title
… - original
-
Enables original of appindicator3-sys
- dox
-
Enables dox of appindicator3-sys
Affects
indicator::AppIndicatorExt.title
,indicator::AppIndicatorExt.set_title
…