diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-05-05 07:22:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 07:22:18 -0700 |
commit | cd12d416271e9e9fd0f00303525021f75688ff9f (patch) | |
tree | af1fd7a88590e37b09e61ae5a1aaeec4c325b907 /tools/wgpu_sync.js | |
parent | b2628e4a069ed9fc13f34f6e4fd75f29c657e5a9 (diff) |
chore: update wgpu (#23684)
Diffstat (limited to 'tools/wgpu_sync.js')
-rwxr-xr-x | tools/wgpu_sync.js | 4 |
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 = {}) { |