Cargo Features

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

The x11 feature is set by default whenever devotee-backend-pixels 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-pixels has 3 features without comments.