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 /azalea/Cargo.toml | |
| parent | 3c83e5b24a622062c490f90c7e5bde043438d517 (diff) | |
| download | azalea-drasl-adb56b7eb2c5b54a4dccc7b5f77dd0f7d2442993.tar.xz | |
make a_star function use an IndexMap like the pathfinding crate
Diffstat (limited to 'azalea/Cargo.toml')
| -rw-r--r-- | azalea/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 739eb5f7..82086bb6 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -34,6 +34,7 @@ bevy_tasks = { workspace = true, features = ["multi_threaded"] } derive_more = { workspace = true, features = ["deref", "deref_mut"] } futures = { workspace = true } futures-lite = { workspace = true } +indexmap = "2.7.0" nohash-hasher = { workspace = true } num-format = { workspace = true } num-traits = { workspace = true } |
