monstrous/Cargo.toml
2022-11-17 18:41:50 +01:00

15 lines
334 B
TOML

[package]
name = "monstrous"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.9.0"
bevy_ecs_tilemap = "0.9.0"
rand = "0.8.5"
ron = "0.8.0"
serde = { version = "1.0.143", features = ["derive"] }