42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
[submodule "external/glm"]
|
|
path = external/glm
|
|
url = https://github.com/g-truc/glm.git
|
|
[submodule "external/glfw"]
|
|
path = external/glfw
|
|
url = https://github.com/glfw/glfw.git
|
|
[submodule "external/json"]
|
|
path = external/json
|
|
url = https://github.com/nlohmann/json.git
|
|
[submodule "external/assimp"]
|
|
path = external/assimp
|
|
url = https://github.com/assimp/assimp.git
|
|
[submodule "external/SPIRV-Cross"]
|
|
path = external/SPIRV-Cross
|
|
url = https://github.com/KhronosGroup/SPIRV-Cross.git
|
|
[submodule "external/stb"]
|
|
path = external/stb
|
|
url = https://github.com/nothings/stb
|
|
[submodule "external/slang"]
|
|
path = external/slang
|
|
url = https://github.com/shader-slang/slang.git
|
|
[submodule "external/ktx"]
|
|
path = external/ktx
|
|
url = https://github.com/KhronosGroup/KTX-Software
|
|
[submodule "external/ttf-parser"]
|
|
path = external/ttf-parser
|
|
url = git@github.com:kv01/ttf-parser.git
|
|
[submodule "external/freetype"]
|
|
path = external/freetype
|
|
url = https://gitlab.freedesktop.org/freetype/freetype.git
|
|
[submodule "external/entt"]
|
|
path = external/entt
|
|
url = git@github.com:skypjack/entt.git
|
|
[submodule "external/thread-pool"]
|
|
path = external/thread-pool
|
|
url = https://github.com/DeveloperPaul123/thread-pool.git
|
|
[submodule "external/zlib"]
|
|
path = external/zlib
|
|
url = https://github.com/madler/zlib.git
|
|
[submodule "external/CRCpp"]
|
|
path = external/CRCpp
|
|
url = https://github.com/d-bahr/CRCpp.git |