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 #5

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Upgrade to Bevy 0.14 #5

merged 1 commit into from
Aug 23, 2024

Conversation

rparrett
Copy link
Contributor

@rparrett rparrett commented Aug 17, 2024

Upgrades to Bevy 0.14
Fixes #4

  • Update bevy dep
  • Update image dep to match bevy's
  • One easy migration for bevy's changes to Color.

This also fixes a panic in terrain.rs which was unrelated to the Bevy upgrade.

I tested this with the examples from README.md. Those examples work as-is with Bevy 0.14 and don't require any changes. (Except for the previously mentioned panic related to terrain)

I would love to add these examples as cargo examples (I did this while testing), but I've omitted that here to keep things simple. I can follow up with that later if you're agreeable.

@manankarnik manankarnik merged commit 8e27ef7 into manankarnik:main Aug 23, 2024
3 checks passed
@manankarnik
Copy link
Owner

Sure @rparrett, feel free to raise a PR if you have worked on it.

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.

Bevy 0.14 support
2 participants