diff --git a/Cargo.toml b/Cargo.toml index efb73e74e99..9acc1c1e3e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,5 @@ opt-level = 2 [workspace.dependencies] thiserror = "1.0.37" +#wgpu = { git = "https://github.com/gfx-rs/wgpu.git", commit = "f738551" } wgpu = { git = "https://github.com/gents83/wgpu.git", commit = "a7de4da" }