-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.01 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
[submodule "vcpkg"]
path = vcpkg
url = https://github.com/microsoft/vcpkg.git
[submodule "external/oesenc"]
path = external/oesenc
url = https://github.com/hornang/oesenc.git
[submodule "msdfgen"]
path = external/msdfgen
url = https://github.com/hornang/msdfgen.git
[submodule "cutlines"]
path = external/cutlines
url = https://github.com/hornang/cutlines.git
[submodule "MercatorTile"]
path = external/MercatorTile
url = https://github.com/hornang/MercatorTile
[submodule "external/xdg-file-dialog"]
path = external/xdg-file-dialog
url = https://github.com/hornang/xdg-file-dialog.git
[submodule "external/msdf-atlas-gen"]
path = external/msdf-atlas-gen
url = https://github.com/Chlumsky/msdf-atlas-gen.git
[submodule "external/msdf-atlas-read"]
path = external/msdf-atlas-read
url = https://github.com/hornang/msdf-atlas-read.git
[submodule "external/slippy-map-tiles-rs/slippy-map-tiles-rs"]
path = external/slippy-map-tiles-rs/slippy-map-tiles-rs
url = https://github.com/amandasaurus/slippy-map-tiles-rs.git