Skip to content

Commit

Permalink
Revert "gpu-dawn: update to latest binary release"
Browse files Browse the repository at this point in the history
This reverts commit 4f79b09.
  • Loading branch information
slimsag committed Jun 15, 2023
1 parent 4f79b09 commit 7a97075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gpu-dawn/sdk.zig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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-2dd1742",
binary_version: []const u8 = "release-c46a59e",

/// Detects the default options to use for the given target.
pub fn detectDefaults(self: Options, target: std.Target) Options {
Expand Down

0 comments on commit 7a97075

Please sign in to comment.