gpu-dawn: update to latest version origin/generated-2023-01-20.1674251751

Signed-off-by: Wrench[bot] <wrench@hexops.com>
This commit is contained in:
Wrench[bot] 2023-01-20 15:01:21 -07:00 committed by Stephen Gutekanst
parent dac31d6d7c
commit 5267233347
3 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ pub fn Sdk(comptime deps: anytype) type {
}
fn linkFromSource(b: *Builder, step: *std.build.LibExeObjStep, options: Options) !void {
try ensureGitRepoCloned(b.allocator, "https://github.com/hexops/dawn", "generated-2023-01-12.1673546526", sdkPath("/libs/dawn"));
try ensureGitRepoCloned(b.allocator, "https://github.com/hexops/dawn", "generated-2023-01-20.1674251751", sdkPath("/libs/dawn"));
// branch: mach
try ensureGitRepoCloned(b.allocator, "https://github.com/hexops/DirectXShaderCompiler", "cff9a6f0b7f961748b822e1d313a7205dfdecf9d", sdkPath("/libs/DirectXShaderCompiler"));