Cargo Features

[dependencies]
rio-backend = { version = "0.0.37", default-features = false, features = ["x11", "wayland"] }
default = wayland, x11

These default features are set whenever rio-backend is added without default-features = false somewhere in the dependency tree.

x11 default

Enables x11 of copypasta

wayland default

Enables wayland of copypasta

rio-backend has 3 features without comments.