-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
27 lines (27 loc) · 991 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 "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "thirdparty/InnoDependencyInstaller"]
path = thirdparty/InnoDependencyInstaller
url = https://github.com/DomGries/InnoDependencyInstaller.git
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdparty/minhook"]
path = thirdparty/minhook
url = https://github.com/TFORevive/minhook.git
[submodule "thirdparty/discord-rpc"]
path = thirdparty/discord-rpc
url = https://github.com/harmonytf/discord-rpc.git
[submodule "thirdparty/curl"]
path = thirdparty/curl
url = https://github.com/curl/curl.git
[submodule "thirdparty/nghttp2"]
path = thirdparty/nghttp2
url = https://github.com/nghttp2/nghttp2.git
[submodule "bme_scripts"]
path = bme_scripts
url = https://github.com/p0358/bme_scripts.git