gpu-dawn: correct fmt of binary_version updates

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-10-16 07:47:38 -07:00 committed by Stephen Gutekanst
parent 1f777759b3
commit 11df0e286b
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,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-e595f1c",
binary_version: []const u8 = "release-e595f1c",
/// Detects the default options to use for the given target.
pub fn detectDefaults(self: Options, target: std.Target) Options {