Cargo Features
[dependencies]
ringboard-egui = { version = "0.6.2", default-features = false, features = ["trace", "x11", "wayland"] }
- default = wayland, x11
-
These default features are set whenever
ringboard-egui
is added without
somewhere in the dependency tree.default-features = false - trace
-
Enables tracy-client
- x11 default
-
eframe:
Enables compiling for x11.
- wayland default
-
eframe:
Enables wayland support and fixes clipboard issue.
ringboard-egui has 4 features without comments.