monstrous/Cargo.toml

15 lines
334 B
TOML
Raw Normal View History

2022-05-12 23:47:19 +02:00
[package]
name = "monstrous"
version = "0.1.0"
edition = "2021"
2022-05-13 01:32:21 +02:00
license = "AGPL-3.0-or-later"
2022-05-12 23:47:19 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-11-17 18:41:50 +01:00
bevy = "0.9.0"
bevy_ecs_tilemap = "0.9.0"
2022-11-01 21:06:09 +01:00
rand = "0.8.5"
ron = "0.8.0"
serde = { version = "1.0.143", features = ["derive"] }