-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
30 lines (30 loc) · 1017 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
28
29
30
[submodule "deps/v8/repo"]
path = deps/v8/repo
url = git://github.com/v8/v8.git
[submodule "deps/freetype/repo"]
path = deps/freetype/repo
url = https://gitlab.com/quyse/freetype2.git
[submodule "deps/harfbuzz/repo"]
path = deps/harfbuzz/repo
url = git://github.com/behdad/harfbuzz.git
[submodule "deps/http-parser/repo"]
path = deps/http-parser/repo
url = git://github.com/nodejs/http-parser.git
[submodule "deps/assimp/repo"]
path = deps/assimp/repo
url = git://github.com/assimp/assimp.git
[submodule "deps/ucdn/repo"]
path = deps/ucdn/repo
url = https://github.com/grigorig/ucdn.git
[submodule "deps/eigen/repo"]
path = deps/eigen/repo
url = https://gitlab.com/libeigen/eigen.git
[submodule "deps/discord-rpc/repo"]
path = deps/discord-rpc/repo
url = https://github.com/discordapp/discord-rpc.git
[submodule "deps/rapidjson"]
path = deps/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "deps/botan/repo"]
path = deps/botan/repo
url = https://github.com/randombit/botan.git