Cargo Features

[dependencies]
luminance-glutin = { version = "0.14.1", default-features = false, features = ["serde", "x11", "wayland"] }
default = wayland, x11

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

serde

Enables serde of glutin ^0.28

x11 default

Enables x11 of glutin ^0.28

wayland default

Enables wayland of glutin ^0.28

luminance-glutin has 4 features without comments.