summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-11 21:42:10 -0400
committerMicha White <botahamec@outlook.com>2022-10-11 21:42:10 -0400
commit76ed4fe2d3f96c1c25905875a0d5dacc5ff7ed8a (patch)
treeb327a5decfc7a7706c8911f050545556135f1aa5 /Cargo.toml
parent19811a235d8b6791e4a70a89c0cd21a928de6e95 (diff)
Big performance improvement
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"