aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 78077eb7062ac916126e724de925a95f3315528f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "lib/googletest"]
	path = lib/googletest
	url = https://github.com/google/googletest
	branch = master
[submodule "lib/rapidjson"]
	path = lib/rapidjson
	url = https://github.com/miloyip/rapidjson
	branch = master
[submodule "lib/glew"]
	path = lib/glew
	url = https://github.com/nigels-com/glew.git
	branch = master
[submodule "lib/SDL2"]
	path = lib/SDL2
	url = https://github.com/spurious/SDL-mirror
	branch = release-2.0.5
[submodule "lib/rapidxml"]
	path = lib/rapidxml
	url = https://github.com/dwd/rapidxml
	branch = master