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

9 lines
171 B
TOML

[package]
name = "editor"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.13.2"
bevy-inspector-egui = "0.24.0"
game = { version = "0.1.0", path = "../game" }