-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
28 lines (28 loc) · 1.03 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "Illithid/vendor/spdlog"]
path = Illithid/vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "Illithid/vendor/GLFW"]
path = Illithid/vendor/GLFW
url = https://github.com/fishingGrapes/glfw.git
[submodule "Illithid/vendor/GLAD"]
path = Illithid/vendor/GLAD
url = https://github.com/fishingGrapes/glad.git
[submodule "Illithid/vendor/glm"]
path = Illithid/vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "Illithid/vendor/json"]
path = Illithid/vendor/json
url = https://github.com/nlohmann/json.git
[submodule "Illithid/vendor/stb"]
path = Illithid/vendor/stb
url = https://github.com/nothings/stb.git
[submodule "Illithid/vendor/tinyobjloader"]
path = Illithid/vendor/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "Illithid/vendor/tinygltf"]
path = Illithid/vendor/tinygltf
url = https://github.com/fishingGrapes/tinygltf.git
[submodule "Illithid/vendor/imgui"]
path = Illithid/vendor/imgui
url = https://github.com/fishingGrapes/imgui.git
branch = docking