diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-22 16:09:14 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-22 16:09:14 +0200 |
commit | d90cecc758d3c348f3aedf9c6e45a13ba6a0b0c3 (patch) | |
tree | 1b24e7c0fac394ef5cf0d6538b5209b89e91f86e /.gitmodules | |
parent | e185fe6bc6cbe9bc1e0694fc5b11650118eeef82 (diff) |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8c7dbb0..b260b07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,8 @@ [submodule "lib/SDL"] path = lib/SDL url = https://github.com/libsdl-org/SDL - branch = release-2.30.x + shallow = true +[submodule "lib/cpr"] + path = lib/cpr + url = https://github.com/libcpr/cpr shallow = true |