Skip to content

Commit

Permalink
Merge branch 'main' into type-path
Browse files Browse the repository at this point in the history
  • Loading branch information
barsoosayque authored Sep 24, 2023
2 parents 00b929d + 05c830b commit b737a22
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ and a single input can result in multiple actions being triggered, which can be

- Gamepads must be manually assigned to each input map: read from the `Gamepads` resource and use `InputMap::set_gamepad`.

## Instructions

**Development occurs on the `dev` branch, which is merged into `main` on each release.**
This ensures the examples are in-sync with the latest release.

### Getting started
## Getting started

1. Add `leafwing-input-manager` to your `Cargo.toml`.
2. Create an enum of the logical actions you want to represent, and derive the `Actionlike` trait for it.
Expand Down

0 comments on commit b737a22

Please sign in to comment.