gpu-dawn: remove include that is no longer necessary
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
805de702ee
commit
f44bb0673e
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ pub fn build(b: *Builder) void {
|
|||
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/include");
|
||||
dawn_example.addIncludeDir("libs/dawn/out/Debug/gen/src");
|
||||
dawn_example.addIncludeDir("libs/dawn/include");
|
||||
dawn_example.addIncludeDir("src/dawn");
|
||||
dawn_example.install();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue