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
somewhere in the dependency tree.default-features = false - egl default
- glx default = x11
- wgl default
- x11 default glx
- wayland default
glutin-winit has 6 features without comments.