this repo has no description
13
fork

Configure Feed

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

at main 23 lines 717 B view raw
1.{ 2 .name = .vaxis, 3 .fingerprint = 0x14fbbb94fc556305, 4 .version = "0.6.0", 5 .minimum_zig_version = "0.16.0", 6 .dependencies = .{ 7 .zigimg = .{ 8 .url = "git+https://github.com/zigimg/zigimg#d695acd97c02e57bb151e8f659d1280f5cd6ca70", 9 .hash = "zigimg-0.1.0-8_eo2oyaFwBZwJpmqPkCfVXWBrHcqbYwmrp1I6bTD3lI", 10 }, 11 .uucode = .{ 12 .url = "git+https://github.com/jacobsandlund/uucode#2826a37a4562284fdacd8fa029d49509cc9bffcd", 13 .hash = "uucode-0.2.0-ZZjBPlK5VADj7fdoq7G8LIHzD5o6FSkcBXXrRWr4jnrA", 14 .lazy = true, 15 }, 16 }, 17 .paths = .{ 18 "LICENSE", 19 "build.zig", 20 "build.zig.zon", 21 "src", 22 }, 23}