-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
28 lines (28 loc) · 1017 Bytes
/
.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 "glfw"]
path = AkameCore/vendor/glfw
url = https://github.com/glfw/glfw.git
[submodule "Opengl1/vendor/glm"]
path = AkameCore/vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "Opengl1/vendor/imgui"]
path = AkameCore/vendor/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "Opengl1/vendor/assimp"]
path = AkameCore/vendor/assimp
url = https://github.com/assimp/assimp.git
[submodule "Opengl1/vendor/PhysX"]
path = AkameCore/vendor/PhysX
url = https://github.com/SudharsanZen/PhysX.git
[submodule "Opengl1/vendor/pugixml"]
path = AkameCore/vendor/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "Opengl1/vendor/spdlog"]
path = AkameCore/vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "AkameCore/vendor/glad-akame-"]
path = AkameCore/vendor/glad-akame-
url = https://github.com/SudharsanZen/glad-akame-.git
[submodule "AkameCore/vendor/json"]
path = AkameCore/vendor/json
url = https://github.com/nlohmann/json.git