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:
2025-10-03 13:09:21 -05:00
parent 8346527d05
commit 66d6b54325
2 changed files with 1554 additions and 662 deletions

2212
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -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"