Cargo Features

[dependencies]
inlyne = { version = "0.4.2", default-features = false, features = ["x11", "wayland"] }
default = wayland, x11

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

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.