Skip to content

feat!: Update to Bevy 0.16 #422

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexparlett
Copy link

@alexparlett alexparlett commented May 22, 2025

Summary

This introduces Bevy 0.16 compatibility.

We should probably in a follow up move to the bevy::platform::collections instead of using std to try and align as closely as possible with the no std approach bevy is taking but i didn't want to do it in this one.

Need to quickly restore the ordering where my ide aligned them with the interface order, but thought it would be good to get visibility on the changes.

Notes

bevy_console is pointing at a branch - there is https://github.com/RichoDemus/bevy-console/pull/88/files awaiting review which would allow us to change this.

@alexparlett alexparlett changed the title chore!:Bevy 0.16 chore!: Update to Bevy 0.16 May 22, 2025
@alexparlett alexparlett changed the title chore!: Update to Bevy 0.16 feat!: Update to Bevy 0.16 May 22, 2025
* Move from utils::HashMap to platform::collections::HashMap
* Change to IntoSchedules vs IntoSystems
* Change in namespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant