This commit is contained in:
2024-06-10 21:28:04 -04:00
parent 05f9fa3143
commit 8cecad83c2
12 changed files with 76 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ bevy = "0.13.2"
world_generation = {path = "../../engine/world_generation"}
shared = {path = "../shared"}
bevy_rapier3d = "0.26.0"
serde = {version="1.0.203", features=["derive"]}
[features]
tracing = []