aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: e314176df5dd07c8d8985e8dd05f59169969bb7a (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/glfw"]
	path = lib/glfw
	url = https://github.com/glfw/glfw.git
	branch = latest