summaryrefslogtreecommitdiff
path: root/alligator_render/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-01-29 15:43:58 -0500
committerMicha White <botahamec@outlook.com>2023-01-29 15:43:58 -0500
commit483b1a2238edf41537681f797c4fce1212b992b4 (patch)
tree8a77a6b6e05b7b6b7e0c38ae9b29ac3907a73440 /alligator_render/Cargo.toml
parent4b97a5e10d2c11b0603b31f45e56004eca0c98c2 (diff)
Optimize bunnymark
Diffstat (limited to 'alligator_render/Cargo.toml')
-rw-r--r--alligator_render/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alligator_render/Cargo.toml b/alligator_render/Cargo.toml
index cefb924..6de7b42 100644
--- a/alligator_render/Cargo.toml
+++ b/alligator_render/Cargo.toml
@@ -17,7 +17,7 @@ cgmath = "0.18"
image = "0.24"
texture_packer = "0.24"
profiling = "1"
-tracy-client = { version = "0.14", optional = true }
+tracy-client = { version = "0.15", optional = true }
dhat = { version = "0.3", optional = true }
[lib]