From 38ebec0a1f62af69a1f13694dbd07f0c7c638d10 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 6 Aug 2022 20:08:49 -0700 Subject: [PATCH] gpu-dawn: build: update to latest Dawn revision Signed-off-by: Stephen Gutekanst --- gpu-dawn/build.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpu-dawn/build.zig b/gpu-dawn/build.zig index 977db2c9..2a774745 100644 --- a/gpu-dawn/build.zig +++ b/gpu-dawn/build.zig @@ -663,6 +663,7 @@ fn buildLibDawnNative(b: *Builder, step: *std.build.LibExeObjStep, options: Opti "libs/dawn/out/Debug/gen/src/dawn/", "libs/dawn/src/dawn/native/", "libs/dawn/src/dawn/native/utils/", + "libs/dawn/src/dawn/native/stream/", }, .flags = flags.items, .excluding_contains = &.{ @@ -920,12 +921,12 @@ fn buildLibTint(b: *Builder, step: *std.build.LibExeObjStep, options: Options) * include("libs/dawn/third_party/vulkan-deps/spirv-headers/src/include"), include("libs/dawn/out/Debug/gen/third_party/vulkan-deps/spirv-tools/src"), include("libs/dawn/out/Debug/gen/third_party/vulkan-deps/spirv-tools/src/include"), + include("libs/dawn/include"), }) catch unreachable; // libtint_core_all_src appendLangScannedSources(b, lib, options, .{ .rel_dirs = &.{ - "libs/dawn/src/tint/ast/", "libs/dawn/src/tint", "libs/dawn/src/tint/diagnostic/", "libs/dawn/src/tint/inspector/",