forked from mapbox/mapbox-gl-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
60 lines (60 loc) · 2.18 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
49
50
51
52
53
54
55
56
57
58
59
60
[submodule "mapbox-gl-js"]
path = mapbox-gl-js
url = https://github.com/mapbox/mapbox-gl-js.git
[submodule "vendor/nunicode"]
path = vendor/nunicode
url = https://bitbucket.org/alekseyt/nunicode.git
[submodule "vendor/earcut.hpp"]
path = vendor/earcut.hpp
url = https://github.com/mapbox/earcut.hpp.git
[submodule "vendor/polylabel"]
path = vendor/polylabel
url = https://github.com/mapbox/polylabel.git
[submodule "vendor/protozero"]
path = vendor/protozero
url = https://github.com/mapbox/protozero.git
[submodule "vendor/vector-tile"]
path = vendor/vector-tile
url = https://github.com/mapbox/vector-tile.git
[submodule "vendor/wagyu"]
path = vendor/wagyu
url = https://github.com/mapbox/wagyu.git
[submodule "vendor/unique_resource"]
path = vendor/unique_resource
url = https://github.com/okdshin/unique_resource.git
[submodule "vendor/icu"]
path = vendor/icu
url = https://github.com/unicode-org/icu.git
[submodule "vendor/boost"]
path = vendor/boost
url = https://github.com/mapbox/mapbox-gl-native-boost.git
[submodule "vendor/eternal"]
path = vendor/eternal
url = https://github.com/mapbox/eternal.git
[submodule "vendor/mapbox-base"]
path = vendor/mapbox-base
url = https://github.com/mapbox/mapbox-base.git
[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest.git
[submodule "vendor/zip-archive"]
path = vendor/zip-archive
url = https://github.com/ZipArchive/ZipArchive.git
[submodule "vendor/cpp-httplib"]
path = vendor/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "vendor/mapbox-gl-native-curl"]
path = vendor/mapbox-gl-native-curl
url = https://github.com/mapbox/mapbox-gl-native-curl.git
[submodule "vendor/benchmark"]
path = vendor/benchmark
url = https://github.com/Seyedof/benchmark.gitcd
[submodule "platform/glfw-ali/third-party/tinygltf"]
path = platform/glfw-ali/third-party/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "platform/glfw-ali/third-party/imgui"]
path = platform/glfw-ali/third-party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "platform/glfw-ali/third-party/glm"]
path = platform/glfw-ali/third-party/glm
url = https://github.com/g-truc/glm.git