-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 927 Bytes
/
.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 "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw.git
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb.git
[submodule "vendor/gli"]
path = vendor/gli
url = https://github.com/g-truc/gli.git
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui.git
[submodule "vendor/ImGuizmo"]
path = vendor/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp.git
[submodule "vendor/oidn"]
path = vendor/oidn
url = https://github.com/OpenImageDenoise/oidn.git
[submodule "vendor/tbb"]
path = vendor/tbb
url = https://github.com/oneapi-src/oneTBB.git
[submodule "vendor/tinygltf"]
path = vendor/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git