Cargo Features
[dependencies]
termrs_core = { version = "0.3.0", default-features = false, features = ["x11", "wayland"] }
- default = x11
-
The
x11
feature is set by default whenevertermrs_core
is added without
somewhere in the dependency tree.default-features = false - x11 default
-
Enables x11 of copyrs ^0.4.2
- wayland
-
Enables wayland of copyrs ^0.4.2
termrs_core has 3 features without comments.