2023-11-25 01:09:10 +00:00
|
|
|
[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]
|
2024-11-27 19:14:24 +00:00
|
|
|
argh = "0.1"
|
|
|
|
bevy = "0.15.0-rc.3"
|
|
|
|
bevy_spatial = { git = "https://github.com/laundmo/bevy-spatial.git", rev = "9ac313ac6173b440f50954b696dc2063513b4f37" } #"0.10.0"
|
|
|
|
rand = "0.8"
|