minibaldur-bevy/Cargo.toml

11 lines
276 B
TOML
Raw Normal View History

2023-10-15 23:41:11 -05:00
[package]
name = "minibaldur"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-17 11:08:31 -05:00
bevy = { version = "0.11.3", features = ["dynamic_linking"] }
2023-10-15 23:41:11 -05:00
rand = "0.8.5"
2023-10-17 13:53:11 -05:00
bevy_egui = "0.22.0"