lily/Cargo.toml

14 lines
295 B
TOML
Raw Normal View History

2021-05-17 16:21:13 +00:00
[package]
name = "lily"
2021-05-20 07:32:43 +00:00
version = "0.0.1"
2021-05-17 16:21:13 +00:00
authors = ["marisa <mokou@fastmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-05-20 07:32:43 +00:00
bevy = "0.5"
bevy_egui = "0.4"
2021-05-24 14:33:52 +00:00
bevy_tilemap = "0.4"
2021-05-20 07:32:43 +00:00
bevy-inspector-egui = "0.5"