aboutsummaryrefslogtreecommitdiff
path: root/azalea/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/Cargo.toml
parent13426b035e43c4435854f175155439ab28a18544 (diff)
downloadazalea-drasl-018ab55bdb02e7774044198c8a30e0d02a7c6e29.tar.xz
optimize physics
Diffstat (limited to 'azalea/Cargo.toml')
-rw-r--r--azalea/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 8a11fc46..d1d9a4f8 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -57,3 +57,7 @@ log = ["azalea-client/log"]
[[bench]]
name = "pathfinder"
harness = false
+
+[[bench]]
+name = "physics"
+harness = false