core: 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:42:45 -07:00
parent 26fb85df1c
commit ffb7366fe3
3 changed files with 221 additions and 230 deletions

View file

@ -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,