Skip to content

Commit

Permalink
Merge branch 'input-trait-split' of https://github.com/Leafwing-Studi…
Browse files Browse the repository at this point in the history
…os/leafwing-input-manager into input-trait-split
  • Loading branch information
alice-i-cecile committed Jul 18, 2024
2 parents c2ca101 + da0e929 commit 1785846
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and a single input can result in multiple actions being triggered, which can be

| Bevy | leafwing-input-manager |
| ---- | ---------------------- |
| 0.14 | 0.14 |
| 0.13 | 0.13 |
| 0.12 | 0.11..0.12 |
| 0.11 | 0.10 |
Expand Down
7 changes: 6 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## Version 0.14.0 (Unreleased)
## Version 0.15.0 (Unreleased)

### Enhancements

Expand Down Expand Up @@ -179,6 +179,11 @@ Input processors allow you to create custom logic for axis-like input manipulati
- `DualAxisData` has been removed, and replaced with a simple `Vec2` throughout
- a new type with the `DualAxisData` name has been added, as a parallel to `ButtonData` and `AxisData`

## Version 0.14.0

- updated to Bevy 0.14
- this is strictly a compatibility release to ease migration; you should consider upgrading to version 0.15 when possible

## Version 0.13.3

### Bugs
Expand Down

0 comments on commit 1785846

Please sign in to comment.