this repo has no description
13
fork

Configure Feed

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

build: use tarball downloads instead of Git clones

The Zig fetcher is really finicky when it comes to proxies, even more so
when it comes to Git dependencies. Given that both GitHub and Codeberg
have tarball archive downloads I don't see why we need to use a Git clone
at all here

+1 -1
+1 -1
build.zig.zon
··· 6 6 .dependencies = .{ 7 7 .zigimg = .{ 8 8 // TODO .url = "git+https://github.com/zigimg/zigimg", 9 - .url = "git+https://github.com/ivanstepanovftw/zigimg#aa4c31db872612c39edbb79f753b3cd9a79fe726", 9 + .url = "https://github.com/ivanstepanovftw/zigimg/archive/aa4c31db872612c39edbb79f753b3cd9a79fe726.tar.gz", 10 10 .hash = "zigimg-0.1.0-8_eo2mWmEgBoqdr0sH9O5GTqDHthkoEPM5_tipcBRreL", 11 11 }, 12 12 .zg = .{