Files
another-asteroids/Cargo.toml
Robert Garrett 07105760f5
Some checks failed
Basic checks / Basic build-and-test supertask (push) Failing after 27s
Bump Rust edition to 2024
2025-07-30 22:41:43 -05:00

10 lines
186 B
TOML

[package]
name = "asteroids"
version = "0.2.0"
edition = "2024"
[dependencies]
bevy = { version = "0.16", features = ["dynamic_linking"] }
bevy-inspector-egui = "0.32.0"
rand = "0.9.2"