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.
11 lines
257 B
TOML
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"
|