Upgrade to Bevy 0.17

Avian physics has been updated for Bevy 0.17 while bevy_spatial has not.
Now that the program is switched over, I can finally pull in the new
versions of everything.
This commit is contained in:
2025-12-25 23:17:14 -06:00
parent 62feb6f313
commit 3a3b8181f9
2 changed files with 1178 additions and 501 deletions

1673
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,9 +6,9 @@ license = "AGPL-3.0-only"
rust-version = "1.88.0"
[dependencies]
avian2d = "0.3"
bevy = "0.16.0"
bevy-inspector-egui = "0.32"
avian2d = "0.4"
bevy = "0.17.0"
bevy-inspector-egui = "0.34"
# Grand-dependency pins
# ab_glyph = "0.2.16"