pathfinding wip
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.14.0"
|
||||
bevy = "0.14.2"
|
||||
world_generation = { path = "../../engine/world_generation" }
|
||||
shared = { path = "../shared" }
|
||||
bevy_rapier3d = "0.27.0"
|
||||
@@ -17,6 +17,8 @@ bevy_asset_loader = { version = "0.21.0", features = [
|
||||
"3d",
|
||||
] }
|
||||
quadtree_rs = "0.1.3"
|
||||
pathfinding = "4.11.0"
|
||||
ordered-float = "4.3.0"
|
||||
|
||||
[features]
|
||||
tracing = []
|
||||
|
||||
Reference in New Issue
Block a user