-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 889 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "libs/spdlog"]
path = libs/spdlog
url = https://github.com/gabime/spdlog
[submodule "libs/glew"]
path = libs/glew
url = https://github.com/edoren/glew
[submodule "libs/jsoncpp"]
path = libs/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp
[submodule "libs/stb"]
path = libs/stb
url = https://github.com/nothings/stb
[submodule "libs/utfcpp"]
path = libs/utfcpp
url = https://github.com/nemtrif/utfcpp
[submodule "libs/sdl"]
path = libs/sdl
url = https://github.com/libsdl-org/SDL.git
[submodule "libs/lua"]
path = libs/lua
url = https://github.com/lua/lua.git
[submodule "libs/sdlmixer"]
path = libs/sdlmixer
url = https://github.com/libsdl-org/SDL_mixer.git
[submodule "libs/luaintf"]
path = libs/luaintf
url = https://github.com/SteveKChiu/lua-intf.git
[submodule "libs/binpack"]
path = libs/binpack
url = https://github.com/nekitu/binpack.git