application_exercise/Cargo.toml
2023-05-13 09:42:08 +02:00

11 lines
226 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"