this repo has no description
13
fork

Configure Feed

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

at e11fe2c8f6f4c03bec3a9a78984e746b40627e82 23 lines 778 B view raw
1.{ 2 .name = .vaxis, 3 .fingerprint = 0x14fbbb94fc556305, 4 .version = "0.5.1", 5 .minimum_zig_version = "0.15.1", 6 .dependencies = .{ 7 .zigimg = .{ 8 // TODO .url = "git+https://github.com/zigimg/zigimg", 9 .url = "https://github.com/ivanstepanovftw/zigimg/archive/d7b7ab0ba0899643831ef042bd73289510b39906.tar.gz", 10 .hash = "zigimg-0.1.0-8_eo2vHnEwCIVW34Q14Ec-xUlzIoVg86-7FU2ypPtxms", 11 }, 12 .uucode = .{ 13 .url = "git+https://github.com/jacobsandlund/uucode#5f05f8f83a75caea201f12cc8ea32a2d82ea9732", 14 .hash = "uucode-0.1.0-ZZjBPj96QADXyt5sqwBJUnhaDYs_qBeeKijZvlRa0eqM", 15 }, 16 }, 17 .paths = .{ 18 "LICENSE", 19 "build.zig", 20 "build.zig.zon", 21 "src", 22 }, 23}