Skip to content

Commit

Permalink
update to latest binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
slimsag committed Jun 2, 2024
1 parent d0a1e11 commit d9ab1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub const Options = struct {
install_libs: bool = false,

/// The binary release version to use from https://github.com/hexops/mach-gpu-dawn/releases
binary_version: []const u8 = "release-cdd4a1a",
binary_version: []const u8 = "release-d0a1e11",

/// 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 d9ab1d9

Please sign in to comment.