Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Bevy 0.12 #408

Merged
merged 11 commits into from
Nov 4, 2023
Merged

Update for Bevy 0.12 #408

merged 11 commits into from
Nov 4, 2023

Conversation

alice-i-cecile
Copy link
Contributor

Adopted from #401 <3 Full credit to @100-TomatoJuice for preparing this.

@alice-i-cecile alice-i-cecile added dependencies Update dependencies release Preparing for the next version labels Nov 4, 2023
@alice-i-cecile alice-i-cecile enabled auto-merge (squash) November 4, 2023 21:37
@thombruce thombruce mentioned this pull request Nov 4, 2023
10 tasks
@alice-i-cecile alice-i-cecile merged commit fc45e20 into main Nov 4, 2023
4 checks passed
@alice-i-cecile alice-i-cecile deleted the bevy-0.12 branch November 4, 2023 21:54
100-TomatoJuice added a commit to 100-TomatoJuice/leafwing-input-manager that referenced this pull request Nov 9, 2023
* Update to git

* forgot a configure_set

* Update examples

* Update Bevy to 0.12 release

* Bump versions

* Disable failing test

* Remove bevy_egui so we can ship

* Update release notes

---------

Co-authored-by: Tomato <67799071+100-TomatoJuice@users.noreply.github.com>
Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
alice-i-cecile added a commit that referenced this pull request Nov 9, 2023
* Update for Bevy 0.12 (#408)

* Update to git

* forgot a configure_set

* Update examples

* Update Bevy to 0.12 release

* Bump versions

* Disable failing test

* Remove bevy_egui so we can ship

* Update release notes

---------

Co-authored-by: Tomato <67799071+100-TomatoJuice@users.noreply.github.com>
Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>

* Add back `bevy_egui` to LWIM 0.11 (#409)

* Update to `bevy_egui` 0.23 for Bevy 0.12

* Bump to 0.11.1

* Update RELEASES.md

* Switch `A::variants()` to `self.iter()`

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
alice-i-cecile added a commit that referenced this pull request Nov 11, 2023
* Fix typo

* Update release notes

* Straightforward migration

* Remove useless test for from impl

* Just use a Vec for chords :(

* Clone because our API is jank

* Hash all the types

* Repair tests after swapping to a Vec

* Simple fixes for binding_map

* Remove binding_menu egui example due to maintenance burden

* Clippy

* Fix idempotency of insertion

* Remove brittle serde test

* Simple doc test fixes

* Remove outdated references to 16 max input maps

* Implement Reflect for InputMap

Closes #386.

* Reflect UserInput

Closes #331

* Simple fix for doc test

* Fix mismatched HashMap types in doc test

* Remove example using removed API

* Switch `A::variants()` to `self.iter()` (#411)

* Update for Bevy 0.12 (#408)

* Update to git

* forgot a configure_set

* Update examples

* Update Bevy to 0.12 release

* Bump versions

* Disable failing test

* Remove bevy_egui so we can ship

* Update release notes

---------

Co-authored-by: Tomato <67799071+100-TomatoJuice@users.noreply.github.com>
Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>

* Add back `bevy_egui` to LWIM 0.11 (#409)

* Update to `bevy_egui` 0.23 for Bevy 0.12

* Bump to 0.11.1

* Update RELEASES.md

* Switch `A::variants()` to `self.iter()`

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>

---------

Co-authored-by: Tomato <67799071+100-TomatoJuice@users.noreply.github.com>
Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update dependencies release Preparing for the next version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants