Cargo Features
[dependencies]
rusty_themy = { version = "0.1.0", default-features = false, features = ["gtk"] }
- default = gtk
-
The
gtk
feature is set by default wheneverrusty_themy
is added without
somewhere in the dependency tree.default-features = false - gtk default = cssparser, dark-light, lightningcss
-
Affects
rusty_themy::gtk
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.