aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-02-25 16:53:08 -0600
committermat <git@matdoes.dev>2024-02-25 16:53:08 -0600
commit018ab55bdb02e7774044198c8a30e0d02a7c6e29 (patch)
treeca9eb536985833eb158383153a322adfacf86267 /azalea-physics/Cargo.toml
parent13426b035e43c4435854f175155439ab28a18544 (diff)
downloadazalea-drasl-018ab55bdb02e7774044198c8a30e0d02a7c6e29.tar.xz
optimize physics
Diffstat (limited to 'azalea-physics/Cargo.toml')
-rw-r--r--azalea-physics/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 340dc096..043c0548 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -20,6 +20,7 @@ bevy_ecs = "0.13.0"
tracing = "0.1.40"
once_cell = "1.19.0"
parking_lot = "^0.12.1"
+nohash-hasher = "0.2.0"
[dev-dependencies]
bevy_time = "0.13.0"