-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1.05 KB
/
.gitmodules
File metadata and controls
31 lines (31 loc) · 1.05 KB
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
29
30
31
[submodule "CgEngine_Solution/vendor/glfw"]
path = CgEngine/vendor/glfw
url = https://github.com/glfw/glfw
branch = master
[submodule "CgEngine_Solution/vendor/glm"]
path = CgEngine/vendor/glm
url = https://github.com/g-truc/glm
branch = master
[submodule "CgEngine_Solution/vendor/spdlog"]
path = CgEngine/vendor/spdlog
url = https://github.com/gabime/spdlog
branch = master
[submodule "CgEngine_Solution/vendor/pugixml"]
path = CgEngine/vendor/pugixml
url = https://github.com/zeux/pugixml.git
branch = master
[submodule "CgEngine_Solution/vendor/assimp"]
path = CgEngine/vendor/assimp
url = https://github.com/assimp/assimp.git
branch = master
[submodule "CgEngine_Solution/vendor/freetype"]
path = CgEngine/vendor/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
branch = master
[submodule "CgEngine/vendor/openal-soft"]
path = CgEngine/vendor/openal-soft
url = https://github.com/kcat/openal-soft.git
branch = master
[submodule "CgEngine/vendor/imgui"]
path = CgEngine/vendor/imgui
url = https://github.com/ocornut/imgui.git