Cargo Features
[dependencies]
rioterm = { version = "0.2.2", default-features = false, features = ["x11", "wayland"] }
- default = wayland, x11
-
These default features are set whenever
rioterm
is added without
somewhere in the dependency tree.default-features = false - x11 default
-
Enables x11 of rio-backend and rio-window
Affects
window::APPLICATION_ID
… - wayland default
-
Enables wayland of rio-backend, wayland, wayland-csd-adwaita-crossfont and wayland-dlopen of rio-window
Affects
window::APPLICATION_ID
…