webgpu: zig fmt
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e9bad16cda
commit
8a4cbc0e5d
3 changed files with 53 additions and 61 deletions
|
|
@ -23,7 +23,7 @@ pub fn build(b: *Builder) void {
|
|||
dawn_example.setBuildMode(mode);
|
||||
dawn_example.setTarget(target);
|
||||
dawn.link(b, dawn_example, .{});
|
||||
glfw.link(b, dawn_example, .{.system_sdk = .{.set_sysroot = false}});
|
||||
glfw.link(b, dawn_example, .{ .system_sdk = .{ .set_sysroot = false } });
|
||||
dawn_example.addPackagePath("glfw", "libs/mach-glfw/src/main.zig");
|
||||
dawn_example.addIncludeDir("libs/dawn/out/Debug/gen/src/include");
|
||||
dawn_example.addIncludeDir("libs/dawn/out/Debug/gen/src");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue