-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 666 Bytes
/
Copy path.gitmodules
File metadata and controls
22 lines (22 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "deps/asio"]
path = deps/asio
url = https://github.com/chriskohlhoff/asio
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/Kyoril/imgui
branch = mmo-custom-patches
[submodule "data/client"]
path = data/client
url = https://github.com/Kyoril/mmo-data
[submodule "data/editor"]
path = data/editor
url = https://github.com/Kyoril/mmo-editor-data
[submodule "deps/glfw"]
path = deps/glfw
url = https://github.com/glfw/glfw
[submodule "deps/recastnavigation"]
path = deps/recastnavigation
url = https://github.com/Kyoril/recastnavigation.git
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git