Cargo Features
[dependencies]
yuck = { version = "0.1.0", default-features = false, features = ["x11", "wayland"] }
- default = x11
-
The
x11
feature is set by default wheneveryuck
is added without
somewhere in the dependency tree.default-features = false - x11 default
- wayland
yuck has 3 features without comments.