that-has-no-name/app/Cargo.toml
oxaliq 8f38a07c67 structure project
using ui layout to ensure pieces work together
2024-04-21 23:19:47 -04:00

11 lines
276 B
TOML

[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" }