Cargo Features

[dependencies]
glutin_tao = { version = "0.33.0", default-features = false, features = ["egl", "wgl", "x11", "wayland"] }
default = egl, wayland, wgl, x11

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

egl default

Enables egl of glutin ^0.30.1

wgl default

Enables wgl of glutin ^0.30.1

x11 default

Enables x11 of glutin ^0.30.1

wayland default

Enables wayland of glutin ^0.30.1

glutin_tao has 5 features without comments.