Cargo Features

[dependencies]
devotee-backend-softbuffer = { version = "0.2.0-beta.2", default-features = false, features = ["x11", "wayland"] }
default = x11

The x11 feature is set by default whenever devotee-backend-softbuffer is added without default-features = false somewhere in the dependency tree.

x11 default

Enables x11 of winit ^0.29.11

wayland

Enables wayland of winit ^0.29.11

devotee-backend-softbuffer has 3 features without comments.