gpu: prepare to use via package manager
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
61a2ea91e6
commit
26fb85df1c
4 changed files with 55 additions and 58 deletions
|
|
@ -10,7 +10,7 @@ const gpu_dawn = @import("libs/mach-gpu-dawn/build.zig").Sdk(.{
|
|||
// error: TarUnsupportedFileType
|
||||
.xcode_frameworks = @import("libs/mach-gpu-dawn/libs/xcode-frameworks/build.zig"),
|
||||
});
|
||||
const gpu = @import("libs/mach-gpu/sdk.zig").Sdk(.{
|
||||
const gpu = @import("libs/mach-gpu/build.zig").Sdk(.{
|
||||
.gpu_dawn = gpu_dawn,
|
||||
});
|
||||
const core = @import("sdk.zig").Sdk(.{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue