engine/.gitmodules
2022-09-13 22:55:08 +01:00

22 lines
704 B
Plaintext

[submodule "dependencies/SDL"]
path = dependencies/SDL
url = https://github.com/libsdl-org/SDL
[submodule "dependencies/stb"]
path = dependencies/stb
url = https://github.com/nothings/stb
[submodule "dependencies/glm"]
path = dependencies/glm
url = https://github.com/g-truc/glm
[submodule "dependencies/glad"]
path = dependencies/glad
url = https://github.com/dav1dde/glad
[submodule "dependencies/spdlog"]
path = dependencies/spdlog
url = https://github.com/gabime/spdlog
[submodule "dependencies/freetype"]
path = dependencies/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
[submodule "dependencies/volk"]
path = dependencies/volk
url = https://github.com/zeux/volk