-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (34 loc) · 1.21 KB
/
Copy path.gitmodules
File metadata and controls
42 lines (34 loc) · 1.21 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/tinyobjloader"]
path = external/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "external/portable-file-dialogs"]
path = external/portable-file-dialogs
url = https://github.com/Ka1serM/portable-file-dialogs
[submodule "external/ImGuizmo"]
path = external/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "external/SDL"]
path = external/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "external/tinygltf"]
path = external/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "external/ImViewGuizmo"]
path = external/ImViewGuizmo
url = https://github.com/Ka1serM/ImViewGuizmo.git