Cargo Features

[dependencies]
ringboard-egui = { version = "0.6.1", default-features = false, features = ["trace", "x11", "wayland"] }
default = wayland, x11

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

trace

Enables tracy-client

x11 default

Enables x11 of eframe

eframe:

Enables compiling for x11.

wayland default

Enables wayland of eframe

eframe:

Enables wayland support and fixes clipboard issue.

ringboard-egui has 4 features without comments.