Cargo Features

[dependencies]
glutin-winit = { version = "0.5.0", default-features = false, features = ["egl", "glx", "wgl", "x11", "wayland"] }
default = egl, glx, wayland, wgl, x11

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

egl default

Enables egl of glutin

glx default = x11

Enables glx of glutin

wgl default

Enables wgl of glutin

x11 default glx

Enables x11 of glutin and winit

wayland default

Enables wayland of glutin and winit

glutin-winit has 6 features without comments.