Files
another-asteroids/Cargo.toml
Robert Garrett 18d026637b Bump the crate version
I marked 0.2 at some point, so I guess I should keep incrementing this
during development. The menus are finished, which is as good a
checkpoint as any.
2025-08-14 08:58:02 -05:00

11 lines
257 B
TOML

[package]
name = "asteroids"
version = "0.3.0"
edition = "2024"
[dependencies]
bevy = { version = "0.16", features = ["dynamic_linking"] }
bevy-inspector-egui = "0.32.0"
bevy_rapier2d = { version = "0.31.0", features = ["debug-render-2d"] }
rand = "0.9.2"