blob: bb860c05bcc63c287174d08f48c481285509d000 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[submodule "lib/googletest"]
path = lib/googletest
url = https://github.com/google/googletest
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
|