summaryrefslogtreecommitdiff
path: root/dungeon/Cargo.toml
diff options
context:
space:
mode:
authorRyan Symons <47405201+rsymons22@users.noreply.github.com>2025-11-07 17:54:11 -0500
committerRyan Symons <47405201+rsymons22@users.noreply.github.com>2025-11-07 17:54:11 -0500
commit651eed888fecbcede1d07800ac80fb637c7d8a33 (patch)
tree5ec525a6e5b373e91b021badac0970256e982c1a /dungeon/Cargo.toml
parentgraphics: add a custom font (diff)
downloadDungeonCrawl-651eed888fecbcede1d07800ac80fb637c7d8a33.tar.gz
DungeonCrawl-651eed888fecbcede1d07800ac80fb637c7d8a33.tar.bz2
DungeonCrawl-651eed888fecbcede1d07800ac80fb637c7d8a33.zip
Basic enemy pathfinding/ai added
Diffstat (limited to 'dungeon/Cargo.toml')
-rw-r--r--dungeon/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dungeon/Cargo.toml b/dungeon/Cargo.toml
index 906058d..2e2e66c 100644
--- a/dungeon/Cargo.toml
+++ b/dungeon/Cargo.toml
@@ -8,6 +8,7 @@ publish.workspace = true
rust-version.workspace = true
[dependencies]
+ordered-float = "5.1.0"
rand.workspace = true
strum.workspace = true
strum_macros.workspace = true