updating to zig 0.16

This commit is contained in:
2026-04-15 22:27:15 +02:00
parent 5377dbdf99
commit ab95fc3734
4 changed files with 13 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ pub const Serializer = @import("Serializer.zig");
pub const SpirvWriter = @import("SpirvWriter.zig");
test {
std.testing.refAllDeclsRecursive(@This());
std.testing.refAllDecls(@This());
}
test "hashOption" {