diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-20 20:16:42 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-20 20:16:42 -0400 |
| commit | e337741969160603f06a7f2b30cda375eeef99fb (patch) | |
| tree | 4835e542cf1b70df18d7c87055175b9367faaf2e /Cargo.toml | |
| parent | 94e148af2349ad15df127ee8e720dbbf24bc7587 (diff) | |
More profiling and error logging
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -16,13 +16,15 @@ cgmath = "0.18" image = "0.24" texture_packer = "0.24" profiling = "1" -tracy-client = "0.14" +tracy-client = { version = "0.14", optional = true } +dhat = "0.3" [lib] crate-type = ["cdylib", "lib"] [features] -profile-with-tracy = ["profiling/profile-with-tracy"] +dhat = [] +profile-with-tracy = ["tracy-client", "profiling/profile-with-tracy"] [[example]] name = "black" |
