application_exercise/Cargo.toml

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