-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
19 lines (19 loc) · 791 Bytes
/
.gitmodules
File metadata and controls
19 lines (19 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[submodule "assets/scenes/glTF-Sample-Assets"]
path = assets/scenes/glTF-Sample-Assets
url = https://github.com/KhronosGroup/glTF-Sample-Assets.git
[submodule "libs/third_party/glm"]
path = libs/third_party/glm
url = https://github.com/icaven/glm.git
[submodule "libs/third_party/fmt"]
path = libs/third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "libs/third_party/ispc_texture_compressor_cmake"]
path = libs/third_party/ispc_texture_compressor_cmake
url = https://github.com/BeardyKing/ispc_texture_compressor_cmake.git
[submodule "libs/third_party/imgui"]
path = libs/third_party/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "libs/third_party/cgltf"]
path = libs/third_party/cgltf
url = https://github.com/jkuhlmann/cgltf.git