Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
graphite/.gitmodules
2024-01-03 16:05:02 -05:00

21 lines
645 B
Text

[submodule "vendor/glfw"]
path = 3rdparty/glfw
url = git://github.com/glfw/glfw
[submodule "vendor/stb"]
path = 3rdparty/stb
url = git://github.com/nothings/stb.git
[submodule "vendor/json"]
path = 3rdparty/json
url = git://github.com/nlohmann/json.git
[submodule "vendor/glslang"]
path = 3rdparty/glslang
url = git://github.com/KhronosGroup/glslang.git
[submodule "vendor/assimp"]
path = 3rdparty/assimp
url = git://github.com/assimp/assimp.git
[submodule "vendor/glm"]
path = 3rdparty/glm
url = git://github.com/g-truc/glm.git
[submodule "vendor/bullet3"]
path = 3rdparty/bullet3
url = git://github.com/bulletphysics/bullet3.git