this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: update minimum zig version

+1 -1
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = "vaxis", 3 3 .version = "0.1.0", 4 - .minimum_zig_version = "0.12.0", 4 + .minimum_zig_version = "0.13.0", 5 5 .dependencies = .{ 6 6 .zigimg = .{ 7 7 .url = "git+https://github.com/zigimg/zigimg#3a667bdb3d7f0955a5a51c8468eac83210c1439e",