migration to dynamic asset loading
This commit is contained in:
@@ -16,7 +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"
|
||||
bevy_asset_loader = {version ="0.21.0", features = ["standard_dynamic_assets", "3d"]}
|
||||
|
||||
[features]
|
||||
tracing = ["bevy/trace_tracy", "world_generation/tracing", "buildings/tracing"]
|
||||
|
||||
Reference in New Issue
Block a user