Revert "gpu-dawn: update to latest binary release" (CI broken)

This reverts commit c02424c435.
This commit is contained in:
Stephen Gutekanst 2022-05-05 12:35:35 -07:00
parent c02424c435
commit 7ea0d84218

View file

@ -78,7 +78,7 @@ pub const Options = struct {
from_source: bool = false,
/// The binary release version to use from https://github.com/hexops/mach-gpu-dawn/releases
binary_version: []const u8 = "release-081431d",
binary_version: []const u8 = "release-a0f827c",
/// Detects the default options to use for the given target.
pub fn detectDefaults(self: Options, target: std.Target) Options {