Adding leafwing_input_manager library as a dependency

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:

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.