Skip to content

Update to Bevy 0.10#317

Merged
alice-i-cecile merged 35 commits intoLeafwing-Studios:mainfrom
TimJentzsch:bevy-0.10
Mar 8, 2023
Merged

Update to Bevy 0.10#317
alice-i-cecile merged 35 commits intoLeafwing-Studios:mainfrom
TimJentzsch:bevy-0.10

Conversation

@TimJentzsch
Copy link
Collaborator

@TimJentzsch TimJentzsch commented Feb 8, 2023

This PR is preparing the migration to Bevy 0.10.

TODO

  • Update bevy_egui to their 0.10-compatible version (Bevy 0.10 vladbat00/bevy_egui#159)
  • Use bevy@0.10 instead of the git dependency
  • Use release version of bevy_egui instead of git branch
  • Run all examples to make sure I didn't break anything

@alice-i-cecile alice-i-cecile added the dependencies Update dependencies label Feb 27, 2023
@alice-i-cecile alice-i-cecile added this to the 0.9 milestone Feb 27, 2023
@alice-i-cecile alice-i-cecile marked this pull request as ready for review March 8, 2023 16:17
auto-merge was automatically disabled March 8, 2023 16:35

Head branch was pushed to by a user without write access

@alice-i-cecile alice-i-cecile enabled auto-merge (squash) March 8, 2023 17:14
auto-merge was automatically disabled March 8, 2023 18:01

Head branch was pushed to by a user without write access

src/plugin.rs Outdated
/// If you have systems that care about inputs and actions that also run during this stage,
/// you must define an ordering between your systems or behavior will be very erratic.
/// The stable labels for these systems are available under [`InputManagerSystem`] enum.
/// The stable `in_sets` for these systems are available under [`InputManagerSystem`] enum.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// The stable `in_sets` for these systems are available under [`InputManagerSystem`] enum.
/// The stable sets for these systems are available under [`InputManagerSystem`] enum.

@alice-i-cecile alice-i-cecile enabled auto-merge (squash) March 8, 2023 20:48
@alice-i-cecile alice-i-cecile merged commit 02d250d into Leafwing-Studios:main Mar 8, 2023
@TimJentzsch TimJentzsch deleted the bevy-0.10 branch March 8, 2023 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants