Cargo Features
[dependencies]
piston2d-glium_graphics = { version = "0.95.0", default-features = false, features = ["glium_window", "check_current_window", "image"] }
- default = check_current_window, glium_window, image
-
These default features are set whenever
piston2d-glium_graphics
is added without
somewhere in the dependency tree.default-features = false - glium_window default = piston, pistoncore-glutin_window
- check_current_window default
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.