forked from adepierre/Botcraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 911 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
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib.git
[submodule "3rdparty/asio"]
path = 3rdparty/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "3rdparty/openssl"]
path = 3rdparty/openssl
url = https://github.com/janbar/openssl-cmake
[submodule "3rdparty/rectpack2D"]
path = 3rdparty/rectpack2D
url = https://github.com/TeamHypersomnia/rectpack2D
[submodule "3rdparty/catch2"]
path = 3rdparty/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "3rdparty/imgui-node-editor"]
path = 3rdparty/imgui-node-editor
url = https://github.com/thedmd/imgui-node-editor