Cargo Features
[dependencies]
azul_glium = { version = "0.22.0", default-features = false, features = ["icon_loading", "unstable", "test_headless"] }
- default = glutin
-
The
glutin
feature is set by default wheneverazul_glium
is added without
somewhere in the dependency tree.default-features = false - icon_loading
-
Enables icon_loading of glutin ^0.19
- unstable
-
used for benchmarks
- test_headless
-
used for testing headless display
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- glutin default icon_loading?
-
Enables glutin ^0.19
Affects
backend::glutin
…