From 76ed4fe2d3f96c1c25905875a0d5dacc5ff7ed8a Mon Sep 17 00:00:00 2001 From: Micha White Date: Tue, 11 Oct 2022 21:42:10 -0400 Subject: Big performance improvement --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3