Files
TDT4230/.gitmodules
2020-02-10 14:58:17 +01:00

34 lines
846 B
Plaintext

[submodule "lib/glad"]
path = lib/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "lib/glfw"]
path = lib/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "lib/stb"]
path = lib/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "lib/arrrgh"]
path = lib/arrrgh
url = https://github.com/ElectricToy/arrrgh.git
branch = master
[submodule "lib/SFML"]
path = lib/SFML
url = https://github.com/SFML/SFML.git
branch = master
[submodule "arrrgh"]
path = arrrgh
url = https://github.com/ElectricToy/arrrgh.git
[submodule "lib/lodepng"]
path = lib/lodepng
url = https://github.com/lvandeve/lodepng
[submodule "lib/fmt"]
path = lib/fmt
url = https://github.com/fmtlib/fmt.git