aboutsummaryrefslogtreecommitdiff
path: root/azalea/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-05 01:40:25 -0500
committermat <git@matdoes.dev>2023-10-05 01:40:25 -0500
commit177864be60c08cb61fd577eb99ee5c99481fc03e (patch)
tree982fbe6430b1818fec7134e26378fd5f626a1ed4 /azalea/Cargo.toml
parente4e0433853d1e2d9d95d4269700df032db9dd913 (diff)
downloadazalea-drasl-177864be60c08cb61fd577eb99ee5c99481fc03e.tar.xz
replace a linear search with a binary search . . .
Diffstat (limited to 'azalea/Cargo.toml')
-rw-r--r--azalea/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index cecd316b..0b8eca12 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -42,6 +42,7 @@ uuid = "1.4.1"
bevy_log = "0.11.3"
azalea-entity = { version = "0.8.0", path = "../azalea-entity" }
bevy_time = "0.11.3"
+rustc-hash = "1.1.0"
[dev-dependencies]
criterion = "0.5.1"