Cargo Features

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

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

x11 default

Enables x11 of rio-backend and winit

Affects window::APPLICATION_ID

wayland default

Enables wayland of rio-backend, wayland, wayland-csd-adwaita-crossfont and wayland-dlopen of winit

Affects window::APPLICATION_ID