aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-26 07:42:35 +0000
committermat <git@matdoes.dev>2024-12-26 07:42:35 +0000
commitadb56b7eb2c5b54a4dccc7b5f77dd0f7d2442993 (patch)
tree7fd35fc590f460604118a1e445f5205e8c6f9801 /Cargo.lock
parent3c83e5b24a622062c490f90c7e5bde043438d517 (diff)
downloadazalea-drasl-adb56b7eb2c5b54a4dccc7b5f77dd0f7d2442993.tar.xz
make a_star function use an IndexMap like the pathfinding crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 69545dee..6c7b8d9e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -232,6 +232,7 @@ dependencies = [
"derive_more",
"futures",
"futures-lite",
+ "indexmap",
"nohash-hasher",
"num-format",
"num-traits",