diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-08 15:46:39 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-08 15:52:39 +0700 |
commit | da79599ad5201f4eebd3edaabbe4b33498de448e (patch) | |
tree | 4f026ad0bb2ab643baadf057d8f391dbc4a9568f /.gitmodules | |
parent | 67cf9f61e91462eaf8e8caeaa7d0d7d3d9d1f711 (diff) | |
download | blackshades-2.1.0.tar.gz |
Move configuration parsing to Zig 2.1.0
The config file is now read from configuration directories instead of pwd.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e0c1036..1c3b457 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [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 |