Cargo Features
[dependencies]
devotee-backend-softbuffer = { version = "0.2.0-beta.15", default-features = false, features = ["x11", "wayland"] }
- default = x11
-
The
x11feature is set by default wheneverdevotee-backend-softbufferis added withoutsomewhere in the dependency tree.default-features = false - x11 default
-
Enables x11 of softbuffer and winit
- wayland
-
Enables wayland of softbuffer and winit
devotee-backend-softbuffer has 3 features without comments.