aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 73b585db1d0517b5086f776cf5f121d4679cdc89 (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
	branch = master
[submodule "lib/rapidjson"]
	path = lib/rapidjson
	url = https://github.com/miloyip/rapidjson
	branch = master
[submodule "lib/glfw"]
	path = lib/glfw
	url = https://github.com/glfw/glfw.git
	branch = latest