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
|
|
@ -3,7 +3,7 @@ const std = @import("std");
|
|||
pub fn build(b: *std.Build) !void {
|
||||
const optimize = b.standardOptimizeOption(.{});
|
||||
const target = b.standardTargetOptions(.{});
|
||||
const glfw = @import("libs/mach-glfw/build.zig");
|
||||
const glfw = @import("mach_glfw");
|
||||
const gpu_dawn = @import("libs/mach-gpu-dawn/build.zig");
|
||||
const gpu = Sdk(.{
|
||||
.gpu_dawn = gpu_dawn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue