Cargo Features
[dependencies]
inlyne = { version = "0.4.3", default-features = false, features = ["x11", "wayland"] }
- default = wayland, x11
-
These default features are set whenever
inlyne
is added without
somewhere in the dependency tree.default-features = false - x11 default
-
Enables x11 of copypasta and winit ^0.28.7
- wayland default
-
Enables wayland of copypasta and winit ^0.28.7
Inlyne has 3 features without comments.