forked from graphhopper/graphhopper-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 1018 Bytes
/
.gitmodules
File metadata and controls
25 lines (25 loc) · 1018 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
[submodule "graphhopper-ios-sample/mbxmapkit"]
path = graphhopper-ios-sample/mbxmapkit
url = https://github.com/mapbox/mbxmapkit
[submodule "dependencies/hppc"]
path = dependencies/hppc
url = https://github.com/carrotsearch/hppc/
[submodule "dependencies/jts"]
path = dependencies/jts
url = https://github.com/locationtech/jts.git
[submodule "graphhopper"]
path = graphhopper
url = https://github.com/bikemap/graphhopper.git
branch = ios_compatibility
[submodule "dependencies/jackson/core"]
path = dependencies/jackson/core
url = https://github.com/FasterXML/jackson-core.git
[submodule "dependencies/jackson/databind"]
path = dependencies/jackson/databind
url = https://github.com/FasterXML/jackson-databind.git
[submodule "dependencies/jackson/annotations"]
path = dependencies/jackson/annotations
url = https://github.com/FasterXML/jackson-annotations.git
[submodule "dependencies/fastdoubleparser"]
path = dependencies/fastdoubleparser
url = https://github.com/wrandelshofer/FastDoubleParser.git