Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Jan 14, 2024
1 parent 0358f91 commit 7f6792d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pub fn build(b: *std.Build) !void {
.optimize = optimize,
});
example.root_module.addImport("gpu", module);

try link(b, example, .{ .gpu_dawn_options = gpu_dawn_options });

// Link GLFW
Expand Down
8 changes: 4 additions & 4 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
.dependencies = .{
.mach_glfw = .{
.url = "https://pkg.machengine.org/mach-glfw/8953217f28f5eb65ad7888504f108515cc33abfd.tar.gz",
.hash = "122032ff418078c202b583daf950c5f186ad79d6d96ce7548b3e656ca36b009e11c3",
.url = "https://pkg.machengine.org/mach-glfw/d686078fcf2f4d8d94532ae28ba45e4b38aab31c.tar.gz",
.hash = "1220e0d40d19f6b61d6b1290401504e8052aeb980395a500ffb2bc351f749b42ec47",
},
.mach_gpu_dawn = .{
.url = "https://pkg.machengine.org/mach-gpu-dawn/f331c1c54410c7b0599622955993f96a9e6ac1e1.tar.gz",
.hash = "12206645f0dc2bde157877c8a0541a1e13d3bc81d19695072e8167bb265cee0e0765",
.url = "https://pkg.machengine.org/mach-gpu-dawn/c494ed6f3cebb804434cc1725192f729491683c2.tar.gz",
.hash = "12203efcd97b1186ccc73cd86e91f6d8e14e8146930645fcff5412abf2aad27edbb7",
},
},
}

0 comments on commit 7f6792d

Please sign in to comment.