diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-11 17:57:57 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-11 17:57:57 +0900 |
| commit | c5ad891da3d5cee9958a02d660db99a41fec111b (patch) | |
| tree | a05a27125c1fa1acde723b4234dabf89997e4ead /.gitmodules | |
| parent | 30f666f3ada479974353cdd7f3be9cdcec497fa1 (diff) | |
| download | blackshades-main.tar.gz | |
Awaiting upstream libraries to support Zig 0.14 to purge the submodules: * ini: https://github.com/ziglibs/ini/pull/14#issuecomment-2712560632 * qoi: https://github.com/ikskuh/zig-qoi/pull/14
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules index c564c4d..43b758c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,6 @@ -[submodule "lib/zeal"] - path = lib/zeal - url = https://git.sr.ht/~cnx/zeal -[submodule "lib/loca"] - path = lib/loca - url = https://git.sr.ht/~cnx/zig-loca [submodule "lib/ini"] path = lib/ini url = https://github.com/ziglibs/ini -[submodule "lib/gfz"] - path = lib/gfz - url = https://git.sr.ht/~cnx/gfz [submodule "lib/qoi"] path = lib/qoi - url = https://github.com/MasterQ32/zig-qoi + url = https://github.com/ikskuh/zig-qoi |
