summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 60e63c54fc69a06ca46a5a007f3844994a6fe572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "glfw"]
	path = lib/glfw
	url = https://github.com/glfw/glfw.git
[submodule "glm"]
	path = lib/glm
	url = https://github.com/g-truc/glm.git
[submodule "stb"]
	path = lib/stb
	url = https://github.com/nothings/stb.git
[submodule "lib/openal-soft"]
	path = lib/openal-soft
	url = https://github.com/kcat/openal-soft.git
[submodule "lib/freealut"]
	path = lib/freealut
	url = https://github.com/vancegroup/freealut.git