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