core: prepare to use via package manager
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
26fb85df1c
commit
ffb7366fe3
3 changed files with 221 additions and 230 deletions
|
|
@ -19,7 +19,7 @@ pub const gpu_dawn = @import("libs/gpu-dawn/build.zig").Sdk(.{
|
|||
const gpu = @import("libs/gpu/build.zig").Sdk(.{
|
||||
.gpu_dawn = gpu_dawn,
|
||||
});
|
||||
const core = @import("libs/core/sdk.zig").Sdk(.{
|
||||
const core = @import("libs/core/build.zig").Sdk(.{
|
||||
.gpu = gpu,
|
||||
.gpu_dawn = gpu_dawn,
|
||||
.glfw = glfw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue