application_exercise/Cargo.toml

13 lines
275 B
TOML
Raw Normal View History

2023-05-13 04:45:46 +00:00
[package]
name = "application_exercise"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-13 07:42:08 +00:00
bevy = "0.10.1"
bevy_egui = "0.20.3"
2023-05-14 14:15:17 +00:00
bevy-inspector-egui = "0.18.3"
2023-05-15 07:49:54 +00:00
earcutr = "0.4.2"