-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
27 lines (27 loc) · 946 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 "vendor/ryu"]
path = vendor/ryu
url = https://github.com/ulfjack/ryu.git
[submodule "vendor/fmt"]
path = vendor/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "vendor/dragonbox"]
path = vendor/dragonbox
url = https://github.com/jk-jeon/dragonbox.git
[submodule "vendor/fast_double_parser"]
path = vendor/fast_double_parser
url = https://github.com/lemire/fast_double_parser.git
[submodule "vendor/Grisu-Exact"]
path = vendor/Grisu-Exact
url = https://github.com/jk-jeon/Grisu-Exact.git
[submodule "vendor/Drachennest"]
path = vendor/Drachennest
url = https://github.com/abolz/Drachennest.git
[submodule "vendor/erthink"]
path = vendor/erthink
url = https://github.com/erthink/erthink.git
[submodule "vendor/double-conversion"]
path = vendor/double-conversion
url = https://github.com/google/double-conversion.git
[submodule "vendor/yybench"]
path = vendor/yybench
url = https://github.com/ibireme/yybench.git