add bevy asset loader

This commit is contained in:
2024-07-23 20:26:06 -04:00
parent f52b44d0dd
commit 370dc552b3
2 changed files with 37 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ bevy_rapier3d = { version = "0.27.0", features = ["simd-stable", "parallel"] }
rayon = "1.10.0"
buildings = { path = "../buildings" }
shared = { path = "../shared" }
bevy_asset_loader = "0.21.0"
[features]
tracing = ["bevy/trace_tracy", "world_generation/tracing", "buildings/tracing"]