diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 486a1c8bdc..98ca7d9899 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,9 +19,6 @@ [submodule "vendor/geojson.hpp"] path = vendor/geojson.hpp url = https://github.com/mapbox/geojson.hpp.git -[submodule "vendor/geometry.hpp"] - path = vendor/geometry.hpp - url = https://github.com/mapbox/geometry.hpp.git [submodule "vendor/polylabel"] path = vendor/polylabel url = https://github.com/mapbox/polylabel.git @@ -34,9 +31,6 @@ [submodule "vendor/supercluster.hpp"] path = vendor/supercluster.hpp url = https://github.com/mapbox/supercluster.hpp.git -[submodule "vendor/variant"] - path = vendor/variant - url = https://github.com/mapbox/variant.git [submodule "vendor/vector-tile"] path = vendor/vector-tile url = https://github.com/mapbox/vector-tile.git @@ -103,3 +97,6 @@ [submodule "vendor/filesystem"] path = vendor/filesystem url = https://github.com/gulrak/filesystem.git +[submodule "vendor/mapbox-base"] + path = vendor/mapbox-base + url = https://github.com/mapbox/mapbox-base.git |