gpu-dawn: prepare to use via package manager

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-06 22:32:38 -07:00
parent 81ff09af6b
commit 61a2ea91e6
6 changed files with 1609 additions and 1612 deletions

View file

@ -11,7 +11,7 @@ const sysaudio = @import("libs/sysaudio/build.zig").Sdk(.{
// error: TarUnsupportedFileType
.xcode_frameworks = @import("libs/gpu-dawn/libs/xcode-frameworks/build.zig"),
});
pub const gpu_dawn = @import("libs/gpu-dawn/sdk.zig").Sdk(.{
pub const gpu_dawn = @import("libs/gpu-dawn/build.zig").Sdk(.{
// TODO(build-system): This cannot be imported with the Zig package manager
// error: TarUnsupportedFileType
.xcode_frameworks = @import("libs/gpu-dawn/libs/xcode-frameworks/build.zig"),