Prepare for Zig 0.17.0

Still requires Zig 0.16.x for now.

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-07-07 11:51:05 +02:00
parent 78c7c2e2e8
commit 5ccd91c132
7 changed files with 546 additions and 399 deletions

View File

@@ -19,7 +19,7 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
.enable_x11_support = enable_x11_support,
.fallback_uid_min = fallback_uid_min,
.fallback_uid_max = fallback_uid_max
.fallback_uid_max = fallback_uid_max,
});
mod.addImport("ly-core", ly_core.module("ly-core"));