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 whenever winit-input-map is added without default-features = false somewhere in the dependency tree.

glium-types

Enables glium-types

gamepad default

Enables gilrs

winit-input-map has 3 features without comments.