-
Notifications
You must be signed in to change notification settings - Fork 240
/
.gitmodules
36 lines (36 loc) · 1.32 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
[submodule "core/include/isect2d"]
path = core/deps/isect2d
url = https://github.com/tangrams/isect2d.git
[submodule "core/dependencies/csscolorparser"]
path = core/deps/css-color-parser-cpp
url = https://github.com/tangrams/css-color-parser-cpp
[submodule "core/include/variant"]
path = core/deps/variant
url = https://github.com/tangrams/variant
[submodule "core/include/earcut.hpp"]
path = core/deps/earcut
url = https://github.com/tangrams/earcut.hpp
[submodule "core/dependencies/geojson-vt-cpp"]
path = core/deps/geojson-vt-cpp
url = https://github.com/tangrams/geojson-vt-cpp.git
[submodule "external/duktape"]
path = core/deps/duktape
url = https://github.com/tangrams/duktape.git
[submodule "external/yaml-cpp"]
path = core/deps/yaml-cpp
url = https://github.com/tangrams/yaml-cpp
[submodule "external/glfw"]
path = platforms/common/glfw
url = https://github.com/glfw/glfw
[submodule "external/benchmark"]
path = bench/benchmark
url = https://github.com/google/benchmark
[submodule "external/alfons"]
path = core/deps/alfons
url = https://github.com/hjanetzek/alfons
[submodule "external/harfbuzz-icu-freetype"]
path = core/deps/harfbuzz-icu-freetype
url = https://github.com/tangrams/harfbuzz-icu-freetype.git
[submodule "external/SQLiteCpp"]
path = core/deps/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git