this repo has no description
13
fork

Configure Feed

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

deps: update zigimg

Use upstream. Instead of using the 0.14.1 release we are opting for this
commit since it includes the removal of `usingnamespace`, which means we
can have incremental compilation

+2 -2
+2 -2
build.zig.zon
··· 5 5 .minimum_zig_version = "0.14.0", 6 6 .dependencies = .{ 7 7 .zigimg = .{ 8 - .url = "git+https://github.com/TUSF/zigimg#31268548fe3276c0e95f318a6c0d2ab10565b58d", 9 - .hash = "zigimg-0.1.0-lly-O6N2EABOxke8dqyzCwhtUCAafqP35zC7wsZ4Ddxj", 8 + .url = "git+https://github.com/zigimg/zigimg#74caab5edd7c5f1d2f7d87e5717435ce0f0affa1", 9 + .hash = "zigimg-0.1.0-8_eo2nWlEgCddu8EGLOM_RkYshx3sC8tWv-yYA4-htS6", 10 10 }, 11 11 .zg = .{ 12 12 .url = "git+https://codeberg.org/atman/zg#4a002763419a34d61dcbb1f415821b83b9bf8ddc",