leafwing_input_manager
Run this command in a terminal, in your project's directory:
cargo add leafwing-input-manager
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
leafwing-input-manager = "0.17.0"
The leafwing_input_manager library will be automatically available globally. Read the leafwing_input_manager library documentation.
Back to the crate overview.