-
Notifications
You must be signed in to change notification settings - Fork 284
/
.gitmodules
63 lines (63 loc) · 2.1 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[submodule "ispc"]
path = External/src/ispc
url = https://github.com/netwarm007/ispc.git
[submodule "llvm"]
path = External/src/llvm
url = https://github.com/llvm/llvm-project.git
[submodule "libpng"]
path = External/src/libpng
url = git://git.code.sf.net/p/libpng/code
[submodule "zlib"]
path = External/src/zlib
url = https://github.com/netwarm007/zlib.git
[submodule "opengex"]
path = External/src/opengex
url = https://github.com/netwarm007/OpenGEX.git
[submodule "crossguid"]
path = External/src/crossguid
url = https://github.com/netwarm007/crossguid.git
[submodule "bullet"]
path = External/src/bullet
url = https://github.com/netwarm007/bullet3.git
[submodule "libcrc"]
path = External/src/libcrc
url = https://github.com/lammertb/libcrc.git
[submodule "cmft"]
path = External/src/cmft
url = https://github.com/netwarm007/cmft.git
[submodule "SPIRV-Cross"]
path = External/src/spirv-cross
url = https://github.com/netwarm007/SPIRV-Cross.git
[submodule "glslang"]
path = External/src/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "emsdk"]
path = External/src/emsdk
url = https://github.com/netwarm007/emsdk.git
[submodule "bison"]
path = External/src/bison
url = https://github.com/netwarm007/bison.git
[submodule "imguid"]
path = External/src/imgui
url = https://github.com/ocornut/imgui.git
[submodule "tinyobjloader"]
path = External/src/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "Vulkan-Hpp"]
path = External/src/Vulkan-hpp
url = https://github.com/KhronosGroup/Vulkan-Hpp.git
[submodule "glfw"]
path = External/src/glfw
url = https://github.com/glfw/glfw.git
[submodule "ISPCTextureCompressor"]
path = External/src/ISPCTextureCompressor
url = https://github.com/netwarm007/ISPCTextureCompressor.git
[submodule "astc-encoder"]
path = External/src/astc-encoder
url = https://github.com/ARM-software/astc-encoder.git
[submodule "imgui-node-editor"]
path = External/src/imgui-node-editor
url = https://github.com/thedmd/imgui-node-editor.git
[submodule "openal"]
path = External/src/openal
url = https://github.com/kcat/openal-soft.git