blob: ec4e33c1ae5aa105c54302f8fa8df35fef3dcd47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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 "openal-soft"]
path = lib/openal
url = https://github.com/kcat/openal-soft.git
|