gpu-dawn: fix binary revision

This commit is contained in:
Ali Chraghi 2023-01-12 15:55:48 +03:30 committed by Stephen Gutekanst
parent 772071c095
commit 8a645fa1bf

View file

@ -45,7 +45,7 @@ pub fn Sdk(comptime deps: anytype) type {
install_libs: bool = false, install_libs: bool = false,
/// The binary release version to use from https://github.com/hexops/mach-gpu-dawn/releases /// The binary release version to use from https://github.com/hexops/mach-gpu-dawn/releases
binary_version: []const u8 = "release-", binary_version: []const u8 = "release-9b2eed0",
/// Detects the default options to use for the given target. /// Detects the default options to use for the given target.
pub fn detectDefaults(self: Options, target: std.Target) Options { pub fn detectDefaults(self: Options, target: std.Target) Options {