Cargo Features
[dependencies]
clipboard-history-egui = { version = "0.9.2", default-features = false, features = ["trace", "x11", "wayland"] }
- default = wayland, x11
-
These default features are set whenever
clipboard-history-egui
is added without
somewhere in the dependency tree.default-features = false - 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.
clipboard-history-egui has 4 features without comments.