updating to Zig 0.16
Some checks failed
Build / build (push) Failing after 32s
Test / build (push) Successful in 7m50s

This commit is contained in:
2026-04-16 01:50:42 +02:00
parent 9f586ae9c0
commit 4bd688cf07
9 changed files with 330 additions and 378 deletions

View File

@@ -30,7 +30,7 @@ pub fn build(b: *std.Build) void {
const no_example = b.option(bool, "no-example", "skips example dependencies fetch") orelse false;
if (!no_example) {
if (!no_example and false) {
const sdl3 = b.lazyDependency("sdl3", .{ .target = target, .optimize = optimize }) orelse return;
const example_exe = b.addExecutable(.{
.name = "spirv_interpreter_example",