diff --git a/gpu/build.zig b/gpu/build.zig index b9a503c6..0dd4f05e 100644 --- a/gpu/build.zig +++ b/gpu/build.zig @@ -39,7 +39,7 @@ pub fn build(b: *std.build.Builder) void { example_run_step.dependOn(&example_run_cmd.step); } -const Options = struct { +pub const Options = struct { glfw_options: glfw.Options = .{}, gpu_dawn_options: gpu_dawn.Options = .{}, };