Upgrade to Bevy 0.17, bump self to 0.4.0-dev1
Bevy 0.17 is out and I'm beginning the upgrade process. No other changes have been made, meaning the program simply doesn't build right now.
This commit is contained in:
2212
Cargo.lock
generated
2212
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "another-boids-in-rust"
|
name = "another-boids-in-rust"
|
||||||
version = "0.6.0"
|
version = "0.6.0-dev1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = "0.16.0"
|
bevy = "0.17.0"
|
||||||
|
|
||||||
# Grand-dependency pins
|
# Grand-dependency pins
|
||||||
# ab_glyph = "0.2.16"
|
# ab_glyph = "0.2.16"
|
||||||
|
|||||||
Reference in New Issue
Block a user