lily/Cargo.toml

14 lines
295 B
TOML

[package]
name = "lily"
version = "0.0.1"
authors = ["marisa <mokou@fastmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.5"
bevy_egui = "0.4"
bevy_tilemap = "0.4"
bevy-inspector-egui = "0.5"