mirror of
https://github.com/yishn/lets-code.git
synced 2026-01-12 23:18:10 -05:00
11 lines
208 B
TOML
11 lines
208 B
TOML
[package]
|
|
name = "asteroids"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bevy = "0.8.0"
|
|
rand = "0.8.5"
|