build: add minimum_zig_version

This commit is contained in:
Tim Culverhouse 2024-04-01 16:14:24 -05:00
parent 11564484ff
commit 6301fc6a0f

View file

@ -2,6 +2,7 @@
.name = "vaxis", .name = "vaxis",
.version = "0.1.0", .version = "0.1.0",
.paths = .{""}, .paths = .{""},
.minimum_zig_version = "0.12.0-dev.3397+43edd53c3",
.dependencies = .{ .dependencies = .{
.ziglyph = .{ .ziglyph = .{
.url = "git+https://codeberg.org/dude_the_builder/ziglyph/#947ed39203bf90412e3d16cbcf936518b6f23af0", .url = "git+https://codeberg.org/dude_the_builder/ziglyph/#947ed39203bf90412e3d16cbcf936518b6f23af0",