Cargo Features

[dependencies]
glutin-winit = { version = "0.4.2", 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 and x11 of glutin, x11 of winit ^0.29.2

wgl default

Enables wgl of glutin

x11 default glx

Enables x11 of glutin and winit ^0.29.2

wayland default

Enables wayland of glutin and winit ^0.29.2

glutin-winit has 6 features without comments.