-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.05 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.05 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
[submodule "extern/GLM"]
path = extern/GLM
url = https://github.com/g-truc/glm.git
[submodule "extern/SDL"]
path = extern/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "extern/ImGUI"]
path = extern/ImGUI
url = https://github.com/ocornut/imgui.git
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb.git
[submodule "extern/tinyobjloader"]
path = extern/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "extern/vk-bootstrap"]
path = extern/vk-bootstrap
url = https://github.com/charles-lunarg/vk-bootstrap.git
[submodule "extern/VMA"]
path = extern/VMA
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "extern/fmt"]
path = extern/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "extern/fastgltf"]
path = extern/fastgltf
url = https://github.com/spnda/fastgltf
[submodule "extern/json"]
path = extern/json
url = https://github.com/nlohmann/json.git
[submodule "extern/spdlog"]
path = extern/spdlog
url = https://github.com/gabime/spdlog.git