Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0965760650 |
10
Cargo.toml
10
Cargo.toml
@@ -1,14 +1,14 @@
|
||||
[package]
|
||||
name = "another-boids-in-rust"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0-dev1"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0-only"
|
||||
rust-version = "1.88.0"
|
||||
rust-version = "1.89.0"
|
||||
|
||||
[dependencies]
|
||||
avian2d = "0.4"
|
||||
bevy = "0.17.0"
|
||||
bevy-inspector-egui = "0.34"
|
||||
avian2d = "0.5"
|
||||
bevy = "0.18"
|
||||
bevy-inspector-egui = "0.36"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
||||
Reference in New Issue
Block a user