Files
another-asteroids/Cargo.toml
Robert Garrett b43a57e0d5 Dummy ship, single input, and motion integrator
The ship, such as it is, exists and moves when the player presses "W".

Position is updated according to velocity, and the mesh transform is
updated to match the position.
2024-11-26 13:23:04 -06:00

8 lines
96 B
TOML

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