aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: e9c4fb4fe20c9f12eddfa26cbdb354eec090ed1e (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
	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
[submodule "lib/glad"]
	path = lib/glad
	url = https://github.com/ymherklotz/glad.git
	branch = master