optimize path finding

This commit is contained in:
2024-10-12 12:48:14 -04:00
parent 06ffb2bd3e
commit 3531f9f68f
7 changed files with 117 additions and 37 deletions

View File

@@ -29,4 +29,10 @@ ron = "0.8.1"
image = "0.25.2"
[features]
tracing = ["bevy/trace_tracy", "world_generation/tracing", "buildings/tracing"]
tracing = [
"bevy/trace_tracy",
"world_generation/tracing",
"buildings/tracing",
"units/tracing",
"shared/tracing",
]