audubon/Cargo.toml

14 lines
164 B
TOML
Raw Permalink 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-12-05 16:51:03 +00:00
bevy_spatial = "0.10"
2024-11-27 19:14:24 +00:00
rand = "0.8"