-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 871 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 871 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
25
26
27
[submodule "vendor/rapidjson"]
path = vendor/rapidjson
url = https://github.com/miloyip/rapidjson.git
[submodule "vendor/tinyxml2"]
path = vendor/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "vendor/libsass"]
path = vendor/libsass
url = https://github.com/sass/libsass.git
[submodule "vendor/cpptoml"]
path = vendor/cpptoml
url = https://github.com/skystrife/cpptoml.git
[submodule "vendor/snappy"]
path = vendor/snappy
url = https://github.com/fstudio/snappy.git
[submodule "tools/nmake"]
path = tools/nmake
url = https://github.com/fstudio/nmake.git
[submodule "vendor/cmark"]
path = vendor/cmark
url = https://github.com/jgm/cmark.git
[submodule "vendor/http-parser"]
path = vendor/http-parser
url = https://github.com/joyent/http-parser.git
[submodule "vendor/re2"]
path = vendor/re2
url = https://github.com/google/RE2.git