Skip to content

Commit

Permalink
update to latest binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
wrench-bot committed Jan 13, 2024
1 parent 885d620 commit 1009d35
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 @@ -3,7 +3,7 @@ const builtin = @import("builtin");
const Build = std.Build;

/// The latest binary release available at https://github.com/hexops/mach-dxcompiler/releases
const latest_binary_release = "2023.12.15+d9e236d.1";
const latest_binary_release = "2024.01.13+885d620.1";

const log = std.log.scoped(.mach_dxcompiler);
const prefix = "libs/DirectXShaderCompiler";
Expand Down

0 comments on commit 1009d35

Please sign in to comment.