diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-11 21:42:10 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-11 21:42:10 -0400 |
| commit | 76ed4fe2d3f96c1c25905875a0d5dacc5ff7ed8a (patch) | |
| tree | b327a5decfc7a7706c8911f050545556135f1aa5 /Cargo.toml | |
| parent | 19811a235d8b6791e4a70a89c0cd21a928de6e95 (diff) | |
Big performance improvement
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,13 +8,18 @@ edition = "2021" [dependencies] winit = "0.27" log = "0.4" -wgpu = "0.13" +wgpu = "0.14" thiserror = "1" pollster = "0.2" bytemuck = { version = "1.4", features = ["derive"] } cgmath = "0.18" image = "0.24" texture_packer = "0.24" +profiling = "1" +tracy-client = "0.14" + +[features] +profile-with-tracy = ["profiling/profile-with-tracy"] [[example]] name = "black" |
