this repo has no description

added zigimg

+10 -5
+10 -5
build.zig.zon
··· 4 .minimum_zig_version = "0.12.0-dev.2631+3069669bc", 5 .dependencies = .{ 6 // See `zig fetch --save <url>` for a command-line interface for adding dependencies. 7 .zmath = .{ .path = "libs/zmath" }, 8 }, 9 .paths = .{ 10 - "", 11 - // For example... 12 - //"build.zig", 13 - //"build.zig.zon", 14 - //"src", 15 //"LICENSE", 16 //"README.md", 17 },
··· 4 .minimum_zig_version = "0.12.0-dev.2631+3069669bc", 5 .dependencies = .{ 6 // See `zig fetch --save <url>` for a command-line interface for adding dependencies. 7 + .zigimg = .{ 8 + .url = "https://github.com/zigimg/zigimg/archive/2224f91ea4cf70f2254848657e308761b8cc8c5d.tar.gz", 9 + // dumy hash, because zigimg does not contain a build.zig. zon 10 + .hash = "122029f65edf3965d86f7d0741fe141bcc1d68b1f013fa7280bbfda4e87c6affc15f", 11 + }, 12 + 13 + // libs folder 14 .zmath = .{ .path = "libs/zmath" }, 15 }, 16 .paths = .{ 17 + "build.zig", 18 + "build.zig.zon", 19 + "src", 20 //"LICENSE", 21 //"README.md", 22 },