This commit is contained in:
Robert Burnett 2024-10-04 20:25:54 -05:00
parent 12f0268062
commit e207b6e82b

View File

@ -336,7 +336,12 @@ pub const LinuxDisplayBackend = enum {
Both,
};
pub const PlatformBackend = enum { glfw, rgfw, sdl, drm };
pub const PlatformBackend = enum {
glfw,
rgfw,
sdl,
drm,
};
pub fn build(b: *std.Build) !void {
// Standard target options allows the person running `zig build` to choose