monstrous/Cargo.toml

12 lines
265 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-08-10 17:54:15 +02:00
bevy = "0.8.0"
bevy_ecs_tilemap = "0.7.0"
2022-08-11 05:11:22 +02:00
rand = "0.8.5"