diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-31 18:41:30 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-31 18:41:30 +0100 |
commit | 8e3367b186e60eb1e33bf58a066823cb00a7566e (patch) | |
tree | c4038a31993767276efec5fa1b1a37dff3b79465 /.gitmodules | |
parent | b7df77d6cc26cb9ee46891d7108f01734b3104dd (diff) | |
parent | 35ef3ba91ce9e00466508f2388f4c1dd2321b505 (diff) |
Merge branch 'master' into poc/audio-miniaudio
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index f93e48c..c26b119 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,18 @@ [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 + url = https://github.com/jarikomppa/soloud + shallow = true +[submodule "lib/sdl2"] + path = lib/sdl2 + url = https://github.com/libsdl-org/SDL + shallow = true +[submodule "lib/sdl_image/src"] + path = lib/sdl_image + url = https://github.com/libsdl-org/SDL_image shallow = true [submodule "lib/miniaudio/lib"] path = lib/miniaudio/lib |