-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 996 Bytes
/
Copy path.gitmodules
File metadata and controls
30 lines (30 loc) · 996 Bytes
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 "Extern/glfw"]
path = Extern/glfw
url = https://github.com/glfw/glfw
[submodule "Extern/glm"]
path = Extern/glm
url = https://github.com/g-truc/glm
[submodule "Extern/stb"]
path = Extern/stb
url = https://github.com/nothings/stb
[submodule "Extern/cesium-native"]
path = Extern/cesium-native
url = https://github.com/nithinp7/cesium-native
[submodule "Extern/MikkTSpace"]
path = Extern/MikkTSpace
url = git@github.com:mmikk/MikkTSpace.git
[submodule "Extern/VulkanMemoryAllocator"]
path = Extern/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "Extern/shaderc"]
path = Extern/shaderc
url = https://github.com/google/shaderc
[submodule "Extern/hash-library"]
path = Extern/hash-library
url = https://github.com/stbrumme/hash-library
[submodule "Extern/imgui"]
path = Extern/imgui
url = git@github.com:ocornut/imgui.git
[submodule "Extern/tinyexr"]
path = Extern/tinyexr
url = https://github.com/syoyo/tinyexr