application_exercise/Cargo.toml
2023-05-14 16:15:17 +02:00

12 lines
257 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"