diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-02-01 20:37:32 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-03-04 09:52:25 +0100 |
commit | 53ba0324a35a48cdbe3286991c60842b67099ed8 (patch) | |
tree | 289281df5fac32acaab714d8ee6b8863e7b2a3a8 /.gitmodules | |
parent | 0778d3c45d1aef18d9b2ae6769e372b2a3d83b8e (diff) |
WIP
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c12c38f..341cbd4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "test/uunit"] path = test/uunit url = git://git.drumgizmo.org/uunit.git +[submodule "json"] + path = json + url = https://github.com/nlohmann/json.git |