that-has-no-name/app/Cargo.toml

12 lines
276 B
TOML
Raw Normal View History

[package]
name = "app"
version = "0.1.0"
edition = "2021"
# it is strange to me that this lives in the bin and not the workspace virtual manifest
default-run = "app"
[dependencies]
bevy = "0.13.2"
bevy-inspector-egui = "0.24.0"
game = { version = "0.1.0", path = "../game" }