diff options
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" |
