summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a3fe21e..935d493 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"