From ead95e72e99d36a043b67955d99e89aa7dafb9ce Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sat, 18 May 2024 17:33:58 +0100 Subject: [PATCH] Add wgpu_profiler --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 390dfa1..565f34a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,5 @@ bytemuck = "1.15.0" log = "0.4.21" thiserror = "1.0.59" wgpu = "0.19.4" +wgpu-profiler = "0.16.2" winit = "0.29.15"