{glfw,mach}: remove dead code
This commit is contained in:
parent
d7a16e5078
commit
f214c28f44
1 changed files with 0 additions and 5 deletions
|
@ -31,11 +31,6 @@ fn testStepShared(b: *Builder, mode: std.builtin.Mode, target: std.zig.CrossTarg
|
|||
return main_tests.run();
|
||||
}
|
||||
|
||||
pub const LinuxWindowManager = enum {
|
||||
X11,
|
||||
Wayland,
|
||||
};
|
||||
|
||||
pub const Options = struct {
|
||||
/// Not supported on macOS.
|
||||
vulkan: bool = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue