Cargo Features

[dependencies]
ringboard-egui = { version = "0.9.2", 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 ^0.30.0

eframe:

Enables compiling for x11.

wayland default

Enables wayland of eframe ^0.30.0

eframe:

Enables wayland support and fixes clipboard issue.

If you are compiling for Linux (or want to test on a CI system using Linux), you should enable this feature.

ringboard-egui has 4 features without comments.