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 to Bevy 0.14 #127

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Update to Bevy 0.14 #127

wants to merge 18 commits into from

Conversation

mnmaita
Copy link
Owner

@mnmaita mnmaita commented Jul 16, 2024

Issue:

N/A

What was done:

  • Updated Bevy to 0.14.
  • Updated all related crates to a 0.14 compatible version.
  • Migrated code to 0.14 and refactored deprecated code.
  • Removed some unused and unnecessary code.
  • Updated the minimum Rust version of the project.
  • Updated all dependencies in Cargo.lock.
  • Simplified rendering of the debug grid (for dev builds only).
  • Optimized some code and systems.
  • Implemented StateScoped to replace the entity_cleanup system.

@mnmaita
Copy link
Owner Author

mnmaita commented Jul 16, 2024

TODO:

  • Update bevy_particle_systems version once it gets a new release.

@mnmaita mnmaita force-pushed the mnmaita/bevy-0.14 branch from c10db01 to 2d1961d Compare July 16, 2024 22:32
@mnmaita mnmaita requested a review from cnmorales July 17, 2024 16:04
@mnmaita mnmaita changed the title WIP: Update to Bevy 0.14 Update to Bevy 0.14 Jul 20, 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.

1 participant