engine/.gitmodules

24 lines
873 B
Plaintext
Raw Normal View History

2022-09-02 11:06:59 +00:00
[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/spdlog"]
path = dependencies/spdlog
url = https://github.com/gabime/spdlog
[submodule "dependencies/freetype"]
path = dependencies/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
2022-09-13 21:55:08 +00:00
[submodule "dependencies/volk"]
path = dependencies/volk
url = https://github.com/zeux/volk
2022-10-08 15:20:31 +00:00
[submodule "dependencies/VulkanMemoryAllocator"]
path = dependencies/VulkanMemoryAllocator
2022-11-20 13:26:52 +00:00
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "dependencies/assimp"]
path = dependencies/assimp
2023-02-18 17:11:35 +00:00
url = https://github.com/assimp/assimp