-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
29 lines (29 loc) · 1.04 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
29
[submodule "Specter/vendor/glfw"]
path = Specter/vendor/glfw
url = https://github.com/gwm17/glfw.git
[submodule "Specter/vendor/imgui"]
path = Specter/vendor/imgui
url = https://github.com/gwm17/imgui.git
branch = docking
[submodule "Specter/vendor/implot"]
path = Specter/vendor/implot
url = https://github.com/gwm17/implot.git
branch = backends
[submodule "Specter/vendor/asio"]
path = Specter/vendor/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "Specter/vendor/IconFontCppHeaders"]
path = Specter/vendor/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders.git
[submodule "Specter/vendor/glm"]
path = Specter/vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "Specter/vendor/spdlog"]
path = Specter/vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "Specter/vendor/yaml-cpp"]
path = Specter/vendor/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "Specter/vendor/DaqGrimoire"]
path = Specter/vendor/DaqGrimoire
url = https://github.com/gwm17/DaqGrimoire.git