-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
36 lines (36 loc) · 1.07 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 "lib/FreeImage"]
path = lib/FreeImage
url = https://github.com/akb825/freeimage.git
shallow = true
[submodule "lib/etc2comp"]
path = lib/etc2comp
url = https://github.com/akb825/etc2comp.git
shallow = true
[submodule "lib/astc-encoder"]
path = lib/astc-encoder
url = https://github.com/ARM-software/astc-encoder.git
shallow = true
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm.git
shallow = true
[submodule "lib/PVRTexToolLib"]
path = lib/PVRTexToolLib
url = https://github.com/akb825/PVRTexToolLib.git
shallow = true
[submodule "lib/bc7enc_rdo"]
path = lib/bc7enc_rdo
url = https://github.com/richgel999/bc7enc_rdo.git
shallow = true
[submodule "lib/compressonator"]
path = lib/compressonator
url = https://github.com/GPUOpen-Tools/compressonator.git
shallow = true
[submodule "lib/ISPCTextureCompressor"]
path = lib/ISPCTextureCompressor
url = https://github.com/GameTechDev/ISPCTextureCompressor.git
shallow = true
[submodule "lib/libsquish"]
path = lib/libsquish
url = https://github.com/akb825/libsquish.git
shallow = true