forked from guoweiu/Fuyao
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 734 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "deps/libuv"]
path = deps/libuv
url = https://github.com/libuv/libuv.git
[submodule "deps/http-parser"]
path = deps/http-parser
url = https://github.com/nodejs/http-parser.git
[submodule "deps/abseil-cpp"]
path = deps/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
[submodule "deps/nghttp2"]
path = deps/nghttp2
url = https://github.com/nghttp2/nghttp2.git
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/microsoft/GSL.git
[submodule "deps/fmt"]
path = deps/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "deps/pybind11"]
path = deps/pybind11
url = https://github.com/pybind/pybind11.git