caught one hiding tab

This commit is contained in:
InventorXtreme 2024-07-10 00:00:36 -04:00
parent f8675981c4
commit f80e5f1d86

View File

@ -282,7 +282,7 @@ pub const OpenglVersion = enum {
pub const LinuxDisplayBackend = enum {
X11,
Wayland,
Both,
Both,
};
pub fn build(b: *std.Build) !void {