-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
36 lines (36 loc) · 1.29 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 "External/LLUtils"]
path = External/LLUtils
url = https://github.com/TheNicker/LLUtils.git
[submodule "External/libwebp"]
path = External/libwebp
url = https://chromium.googlesource.com/webm/libwebp
[submodule "External/libpsd"]
path = External/libpsd
url = https://github.com/TheNicker/libpsd.git
[submodule "External/libpng"]
path = External/libpng
url = https://github.com/OpenImageViewer/libpng.git
[submodule "External/zlib"]
path = External/zlib
url = https://github.com/madler/zlib.git
[submodule "External/libgif"]
path = External/libgif
url = https://github.com/OpenImageViewer/libgif.git
[submodule "External/libtiff"]
path = External/libtiff
url = https://github.com/OpenImageViewer/libtiff.git
[submodule "External/libjpeg-turbo"]
path = External/libjpeg-turbo
url = https://github.com/OpenImageViewer/libjpeg-turbo.git
[submodule "External/bintools"]
path = External/bintools
url = https://github.com/OpenImageViewer/bintools.git
[submodule "External/tinyxml2"]
path = External/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "External/TinyEXIF"]
path = External/TinyEXIF
url = https://github.com/OpenImageViewer/TinyEXIF.git
[submodule "External/ExoticNumbers"]
path = External/ExoticNumbers
url = https://github.com/OpenImageViewer/ExoticNumbers.git