application_exercise/Cargo.toml
2023-05-15 09:49:54 +02:00

13 lines
275 B
TOML

[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]
bevy = "0.10.1"
bevy_egui = "0.20.3"
bevy-inspector-egui = "0.18.3"
earcutr = "0.4.2"