audubon/Cargo.toml

14 lines
273 B
TOML
Raw Normal View History

2023-11-25 01:09:10 +00:00
[package]
name = "audubon"
version = "0.1.0"
edition = "2021"
2024-11-29 18:40:43 +00:00
[features]
gizmos = []
2023-11-25 01:09:10 +00:00
[dependencies]
2024-11-27 19:14:24 +00:00
argh = "0.1"
2024-11-29 22:05:41 +00:00
bevy = "0.15"
2024-11-27 19:14:24 +00:00
bevy_spatial = { git = "https://github.com/laundmo/bevy-spatial.git", rev = "9ac313ac6173b440f50954b696dc2063513b4f37" } #"0.10.0"
rand = "0.8"