Files
another-asteroids/Cargo.toml
Robert Garrett 37d7c1db42 Spawning score and lives UI elements, no logic
I have basic UI elements! They can't be updated, yet, and there's still
no game logic to allow the player to affect it on their own.
2024-11-28 11:56:42 -06:00

8 lines
96 B
TOML

[package]
name = "asteroids"
version = "0.2.0"
edition = "2021"
[dependencies]
bevy = "0.14.2"