diff options
| author | Micha White <botahamec@outlook.com> | 2023-01-29 15:43:58 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-01-29 15:43:58 -0500 |
| commit | 483b1a2238edf41537681f797c4fce1212b992b4 (patch) | |
| tree | 8a77a6b6e05b7b6b7e0c38ae9b29ac3907a73440 /alligator_render/Cargo.toml | |
| parent | 4b97a5e10d2c11b0603b31f45e56004eca0c98c2 (diff) | |
Optimize bunnymark
Diffstat (limited to 'alligator_render/Cargo.toml')
| -rw-r--r-- | alligator_render/Cargo.toml | 2 |
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] |
