From 997f38bd0cb73b36a854e2078cc16606e2121604 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Thu, 22 Dec 2022 11:01:46 -0700 Subject: [PATCH] Revert "gpu-dawn: update to latest binary release" This reverts commit c3e05651bd05fb4a5e3c56a7acb75c7500f540ff. Our M1 runner is not active right now due to the work going on with Wrench, so this gpu-dawn version is missing macos-aarch64 builds at the moment. --- libs/gpu-dawn/sdk.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gpu-dawn/sdk.zig b/libs/gpu-dawn/sdk.zig index 5daab7fb..0dfc361b 100644 --- a/libs/gpu-dawn/sdk.zig +++ b/libs/gpu-dawn/sdk.zig @@ -50,7 +50,7 @@ pub fn Sdk(comptime deps: anytype) type { install_libs: bool = false, /// The binary release version to use from https://github.com/hexops/mach-gpu-dawn/releases - binary_version: []const u8 = "release-f1d9f32", + binary_version: []const u8 = "release-dd770e7", /// Detects the default options to use for the given target. pub fn detectDefaults(self: Options, target: std.Target) Options {