-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitmodules
35 lines (35 loc) · 1.1 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
30
31
32
33
34
35
[submodule "ext/asio"]
path = ext/asio
url = https://github.com/modio/modio-integration-asio
branch = master
[submodule "ext/optional"]
path = ext/optional
url = https://github.com/modio/modio-integration-optional
[submodule "ext/filesystem"]
path = ext/filesystem
url = https://github.com/modio/modio-integration-filesystem
branch = ghc_os_custom
[submodule "ext/fmt"]
path = ext/fmt
url = https://github.com/modio/modio-integration-fmt.git
[submodule "ext/utfcpp"]
path = ext/utfcpp
url = https://github.com/nemtrif/utfcpp
[submodule "ext/httpparser"]
path = ext/httpparser
url = https://github.com/nekipelov/httpparser.git
[submodule "ext/json"]
path = ext/json
url = https://github.com/nlohmann/json.git
[submodule "ext/mbedtls"]
path = ext/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
[submodule "ext/expected"]
path = ext/expected
url = https://github.com/TartanLlama/expected.git
[submodule "ext/function2"]
path = ext/function2
url = https://github.com/Naios/function2.git
[submodule "ext/concurrentqueue"]
path = ext/concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git