From 483b1a2238edf41537681f797c4fce1212b992b4 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sun, 29 Jan 2023 15:43:58 -0500 Subject: Optimize bunnymark --- alligator_render/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alligator_render/Cargo.toml') 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] -- cgit v1.2.3