Cargo Features
[dependencies]
devotee-backend-pixels = { version = "0.2.0-beta.4", default-features = false, features = ["x11", "wayland"] }
- default = x11
-
The
x11
feature is set by default wheneverdevotee-backend-pixels
is added without
somewhere in the dependency tree.default-features = false - x11 default
-
Enables x11 of winit ^0.29.11
- wayland
-
Enables wayland of winit ^0.29.11
devotee-backend-pixels has 3 features without comments.