Release v0.8.0
Some checks failed
check / nightly / doc (push) Has been cancelled
check / ubuntu / stable / features (push) Has been cancelled
check / ubuntu / 1.88.0 (push) Has been cancelled
check / stable / fmt (push) Has been cancelled

- Replaced "bevy_spatial" with "avian2d"
- Upgraded Bevy to 0.17

The bevy_spatial crate is still stuck on Bevy 0.16 and I'd like to move
forward and start playing with some of the new UI stuff. I've replaced
it with Avian physics, although I'm only using the spatial querying
facilities not the rest of the physics engine.
This commit is contained in:
2025-12-25 23:47:14 -06:00
parent 975f2a0b92
commit 03c7d44aad
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -175,7 +175,7 @@ dependencies = [
[[package]]
name = "another-boids-in-rust"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"avian2d",
"bevy",

View File

@@ -1,6 +1,6 @@
[package]
name = "another-boids-in-rust"
version = "0.7.0"
version = "0.8.0"
edition = "2024"
license = "AGPL-3.0-only"
rust-version = "1.88.0"