summaryrefslogtreecommitdiff
path: root/tools/wgpu_sync.js
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-05-05 07:22:18 -0700
committerGitHub <noreply@github.com>2024-05-05 07:22:18 -0700
commitcd12d416271e9e9fd0f00303525021f75688ff9f (patch)
treeaf1fd7a88590e37b09e61ae5a1aaeec4c325b907 /tools/wgpu_sync.js
parentb2628e4a069ed9fc13f34f6e4fd75f29c657e5a9 (diff)
chore: update wgpu (#23684)
Diffstat (limited to 'tools/wgpu_sync.js')
-rwxr-xr-xtools/wgpu_sync.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/wgpu_sync.js b/tools/wgpu_sync.js
index 4efb9c6b8..5844c68a2 100755
--- a/tools/wgpu_sync.js
+++ b/tools/wgpu_sync.js
@@ -3,9 +3,9 @@
import { join, ROOT_PATH } from "./util.js";
-const COMMIT = "49b7ec97c164bac9ee877f45cdd806fbefecc5a4";
+const COMMIT = "4521502da69bcf4f92c8350042c268573ef216d4";
const REPO = "gfx-rs/wgpu";
-const V_WGPU = "0.18";
+const V_WGPU = "0.20";
const TARGET_DIR = join(ROOT_PATH, "ext", "webgpu");
async function bash(subcmd, opts = {}) {