diff options
| author | mat <git@matdoes.dev> | 2024-12-26 07:42:35 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-26 07:42:35 +0000 |
| commit | adb56b7eb2c5b54a4dccc7b5f77dd0f7d2442993 (patch) | |
| tree | 7fd35fc590f460604118a1e445f5205e8c6f9801 /Cargo.lock | |
| parent | 3c83e5b24a622062c490f90c7e5bde043438d517 (diff) | |
| download | azalea-drasl-adb56b7eb2c5b54a4dccc7b5f77dd0f7d2442993.tar.xz | |
make a_star function use an IndexMap like the pathfinding crate
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -232,6 +232,7 @@ dependencies = [ "derive_more", "futures", "futures-lite", + "indexmap", "nohash-hasher", "num-format", "num-traits", |
