build: update minimum zig version

This commit is contained in:
Tim Culverhouse 2024-06-11 20:41:02 -05:00
parent 46e7fd8fc6
commit bf0828f9ef

View file

@ -1,7 +1,7 @@
.{
.name = "vaxis",
.version = "0.1.0",
.minimum_zig_version = "0.12.0",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.zigimg = .{
.url = "git+https://github.com/zigimg/zigimg#3a667bdb3d7f0955a5a51c8468eac83210c1439e",