-
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) · 912 Bytes
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 912 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 "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw.git
branch = 3.3-stable
[submodule "vendor/ImGui"]
path = vendor/ImGui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.x
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "vendor/shaderc"]
path = vendor/shaderc
url = https://github.com/google/shaderc
[submodule "vendor/spirv-headers"]
path = vendor/spirv-headers
url = https://github.com/KhronosGroup/SPIRV-Headers
[submodule "vendor/spirv-tools"]
path = vendor/spirv-tools
url = https://github.com/KhronosGroup/SPIRV-Tools
[submodule "vendor/glslang"]
path = vendor/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "vendor/fmt"]
path = vendor/fmt
url = https://github.com/fmtlib/fmt