-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitmodules
48 lines (48 loc) · 1.67 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
36
37
38
39
40
41
42
43
44
45
46
47
48
[submodule "libs/geometry.hpp"]
path = deps/geometry.hpp
url = https://github.com/mapbox/geometry.hpp.git
[submodule "libs/variant"]
path = deps/variant
url = https://github.com/mapbox/variant.git
[submodule "libs/optional"]
path = deps/optional
url = https://github.com/mapbox/Optional.git
[submodule "libs/args"]
path = extras/args
url = https://github.com/Taywee/args
[submodule "libs/expected-lite"]
path = extras/expected-lite
url = https://github.com/martinmoene/expected-lite.git
[submodule "libs/filesystem"]
path = extras/filesystem
url = https://github.com/gulrak/filesystem.git
[submodule "libs/pixelmatch-cpp"]
path = deps/pixelmatch-cpp
url = https://github.com/mapbox/pixelmatch-cpp.git
[submodule "libs/rapidjson"]
path = extras/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "mapbox/jni.hpp"]
path = deps/jni.hpp
url = https://github.com/mapbox/jni.hpp.git
[submodule "mapbox/geojson.hpp"]
path = deps/geojson.hpp
url = https://github.com/mapbox/geojson.hpp.git
[submodule "mapbox/supercluster.hpp"]
path = deps/supercluster.hpp
url = https://github.com/mapbox/supercluster.hpp.git
[submodule "extras/kdbush.hpp"]
path = extras/kdbush.hpp
url = https://github.com/mourner/kdbush.hpp.git
[submodule "mapbox/cheap-ruler-cpp"]
path = deps/cheap-ruler-cpp
url = https://github.com/mapbox/cheap-ruler-cpp.git
[submodule "mapbox/shelf-pack-cpp"]
path = deps/shelf-pack-cpp
url = https://github.com/mapbox/shelf-pack-cpp.git
[submodule "mapbox/geojson-vt-cpp"]
path = deps/geojson-vt-cpp
url = https://github.com/mapbox/geojson-vt-cpp.git
[submodule "extras/googletest"]
path = extras/googletest
url = https://github.com/google/googletest.git