From 0baae33ca625efcc984b25ae7213efd7ce9eba6c Mon Sep 17 00:00:00 2001 From: Jeremiah van Oosten Date: Wed, 11 Sep 2024 11:00:40 +0200 Subject: [PATCH] Update SHA-1 hash for WGPU_STATIC backend. --- webgpu.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgpu.cmake b/webgpu.cmake index f8cba3c..8f929f6 100644 --- a/webgpu.cmake +++ b/webgpu.cmake @@ -73,7 +73,7 @@ if (NOT TARGET webgpu) FetchContent_DeclareShallowGit( webgpu-backend-wgpu-static GIT_REPOSITORY https://github.com/eliemichel/WebGPU-distribution - GIT_TAG 992fef64da25072ebe3844a73f7103105e7fd133 # wgpu-static-v0.19.4.1 + fix + GIT_TAG a54a378066e52358098c51552fe541cf47c44d66 # wgpu-static-v0.19.4.1 + fix ) FetchContent_MakeAvailable(webgpu-backend-wgpu-static)