feat: Graph modules layout

This commit is contained in:
Alexey 2026-04-09 12:12:24 +03:00
commit 18931ac157
5 changed files with 769 additions and 407 deletions

View file

@ -1,12 +1,13 @@
cargo-features = ["codegen-backend"]
[package]
name = "bevy_template"
name = "bevy_combat_proto"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.18.0" }
petgraph = { version = "0.8.3" }
[profile.dev]
opt-level = 1