-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
30 lines (30 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
[submodule "Extension/poco"]
path = Extension/poco
url = https://github.com/pocoproject/poco.git
[submodule "Extension/lodepng"]
path = Extension/lodepng
url = https://github.com/lvandeve/lodepng.git
[submodule "Extension/GLEW"]
path = Extension/GLEW
url = https://github.com/HR1025/MMP-GLEW.git
[submodule "Extension/Vulkan-Headers"]
path = Extension/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "Codec/H264"]
path = Codec/H264
url = https://github.com/HR1025/MMP-H264.git
[submodule "Extension/VulkanMemoryAllocator"]
path = Extension/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "Extension/openh264"]
path = Extension/openh264
url = https://github.com/cisco/openh264.git
[submodule "Extension/eigen"]
path = Extension/eigen
url = https://github.com/HR1025/eigen.git
[submodule "Extension/SDL"]
path = Extension/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "Extension/glslang"]
path = Extension/glslang
url = https://github.com/KhronosGroup/glslang.git