Cargo Features

[dependencies]
rusty_themy = { version = "0.1.0", default-features = false, features = ["gtk"] }
default = gtk

The gtk feature is set by default whenever rusty_themy is added without default-features = false somewhere in the dependency tree.

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.

lightningcss gtk
cssparser gtk

Enables cssparser ^0.29.6

dark-light gtk