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:
2714
Cargo.lock
generated
2714
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user