Upgrade to Bevy 0.17... minus fixes for API change

Bevy 0.17 is out and I'm going to get started on an upgrade. Upgrading
dependencies will be it's own commit, as will many of the fixes. This
way I can cherry-pick anything, if need be.
This commit is contained in:
2025-10-02 17:09:24 -05:00
parent 8fc9e682cc
commit 13643f73fb
2 changed files with 2101 additions and 619 deletions

2714
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,13 @@
[package]
name = "asteroids"
version = "0.5.0"
version = "0.6.0-dev1"
edition = "2024"
license = "AGPL-3.0-only"
[dependencies]
bevy = "0.16"
bevy = "0.17"
bevy-inspector-egui = "0.32"
bevy_rapier2d = "0.31"
bevy_rapier2d = "0.32"
rand = "0.9"
[features]