aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-10-01 11:05:42 +0200
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-10-01 11:05:42 +0200
commit8e66301577551bc5b8a2e169be173e71de2f5e4e (patch)
tree52797ebfe53007eaf502c9cf9aafbd34817f5d0b /.gitmodules
parent2d13805218eb34b6e06205c1b65c341ebcdad504 (diff)
parentf4560e02f703f1c6f857c8e5af63fa9fc4ca6438 (diff)
Merge branch 'master' into niels/resource-manager
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index f8a9861..bb860c0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,5 +1,12 @@
[submodule "lib/googletest"]
path = lib/googletest
url = https://github.com/google/googletest
- branch = v1.15.x
+ shallow = true
+[submodule "lib/soloud/src"]
+ path = lib/soloud/src
+ url = https://github.com/jarikomppa/soloud
+ shallow = true
+[submodule "lib/sdl2"]
+ path = lib/sdl2
+ url = https://github.com/libsdl-org/SDL
shallow = true