engine/.gitmodules
bailwillharr b65058ab3e DO stuff
2022-11-08 13:42:07 +00:00

24 lines
868 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
[submodule "dependencies/VulkanMemoryAllocator"]
path = dependencies/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator