diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-22 19:03:20 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-22 19:03:20 +0200 |
commit | 6a3e61197ed1f6ba235192cc1b5a8f1cd24f00c1 (patch) | |
tree | a01c3f77a4694fb9c2782b3c6e96616c6bf5133d /.gitmodules | |
parent | a12702c912ae0ce96c754ffcb2ab5d901c504b65 (diff) |
add soloud audio POCpoc/audio-soloud
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f8a9861..ba367bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,9 @@ 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 +[submodule "lib/sdl2"] + path = lib/sdl2 + url = https://github.com/libsdl-org/SDL |