vecmath: Update to zig 0.16.0, harden tests and add test build step

This commit is contained in:
2026-05-12 23:33:33 +02:00
parent 0cce9d9bce
commit 380145a986
27 changed files with 121 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
.{
.name = .vecmath,
.version = "0.0.0",
.minimum_zig_version = "0.15.2",
.minimum_zig_version = "0.16.0",
.paths = .{
"src",
"build.zig",