Cargo Features
[dependencies]
winit-input-map = { version = "0.4.1", default-features = false, features = ["glium-types", "gamepad"] }
- default = gamepad
-
The
gamepad
feature is set by default wheneverwinit-input-map
is added without
somewhere in the dependency tree.default-features = false - glium-types
-
Enables glium-types
- gamepad default
-
Enables gilrs
winit-input-map has 3 features without comments.