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

Upgrade to bevy 0.14.0 #101

Merged
merged 4 commits into from
Jul 9, 2024
Merged

Upgrade to bevy 0.14.0 #101

merged 4 commits into from
Jul 9, 2024

Conversation

stargazing-dino
Copy link
Contributor

@stargazing-dino stargazing-dino commented Jun 17, 2024

Here are the changes that were required for the 0.14.0

https://bevyengine.org/learn/migration-guides/0-13-to-0-14/#make-appexit-more-specific-about-exit-reason

https://bevyengine.org/learn/migration-guides/0-13-to-0-14/#overhaul-color

https://bevyengine.org/learn/migration-guides/0-13-to-0-14/#moves-intern-and-label-modules-into-bevy-ecs

https://bevyengine.org/learn/migration-guides/0-13-to-0-14/#improve-tracing-layer-customization

The only change I'm skeptical of is the AppExit::Success. Now that I'm looking at it, I'm guessing the logic is saying, we should never hit that condition and thus we're gonna hard exit. So it'd be an error


More importantly, I've removed bevy-scene-hook as a dependency. I haven't seen the contributor active in a while and the code to replace it was small enough with the new native observer APIs.

@stargazing-dino stargazing-dino changed the title Migration changes Upgrade to bevy 0.14.0 Jul 5, 2024
@ekalosak
Copy link
Contributor

ekalosak commented Jul 9, 2024

Now that 0.14 is out, maintainer please evaluate and release 🙏🏼

@zkat zkat merged commit f2f2b0a into zkat:main Jul 9, 2024
4 checks passed
zkat pushed a commit that referenced this pull request Jul 9, 2024
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.

3 participants