audubon/Cargo.toml
2023-11-26 13:46:13 -08:00

12 lines
246 B
TOML

[package]
name = "audubon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argh = "0.1.12"
bevy = "0.12.0"
bevy_spatial = "0.7.0"
rand = "0.8.5"