From 5ee920c216b6352725d9f3cce9e259d56ae7b567 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Sun, 8 Oct 2023 10:15:58 +0200 Subject: [PATCH] add commented out latest wgpu line --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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" }