forked from JeanPhilippeKernel/RendererEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.45 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.45 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 "__externals/glm"]
path = __externals/glm
url = https://github.com/g-truc/glm
[submodule "__externals/fmt"]
path = __externals/fmt
url = https://github.com/fmtlib/fmt
[submodule "__externals/stb"]
path = __externals/stb
url = https://github.com/nothings/stb
[submodule "__externals/imgui/src"]
path = __externals/imgui/src
url = https://github.com/ocornut/imgui
[submodule "__externals/spdlog"]
path = __externals/spdlog
url = https://github.com/gabime/spdlog
[submodule "__externals/glfw"]
path = __externals/glfw
url = https://github.com/glfw/glfw
[submodule "__externals/entt"]
path = __externals/entt
url = https://github.com/skypjack/entt
[submodule "__externals/assimp"]
path = __externals/assimp
url = https://github.com/assimp/assimp
[submodule "__externals/stduuid"]
path = __externals/stduuid
url = https://github.com/mariusbancila/stduuid
[submodule "__externals/yaml-cpp"]
path = __externals/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "__externals/ImGuizmo"]
path = __externals/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "__externals/SPIRV-Cross"]
path = __externals/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "__externals/gtest"]
path = __externals/gtest
url = https://github.com/google/googletest
[submodule "__externals/VulkanMemoryAllocator"]
path = __externals/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator