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