summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 2c286a1b27a0ab35bc71f3a067f6f7d0d371998e (plain)
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
[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/benchmark"]
	path = vendor/benchmark
	url = https://github.com/google/benchmark.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