all: use mach-glfw via package manager
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2caffc8d35
commit
3359c6163b
8 changed files with 35 additions and 40 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const freetype = @import("libs/freetype/build.zig");
|
||||
const glfw = @import("libs/glfw/build.zig");
|
||||
const glfw = @import("mach_glfw");
|
||||
const sysaudio = @import("mach_sysaudio");
|
||||
pub const gpu_dawn = @import("libs/gpu-dawn/build.zig"); // TODO(build-system): make this private
|
||||
const gpu = @import("libs/gpu/build.zig").Sdk(.{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue