forked from ExtinctionHD/SteelEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
40 lines (40 loc) · 1.23 KB
/
.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
31
32
33
34
35
36
37
38
39
40
[submodule "External/glfw"]
path = External/glfw
url = https://github.com/glfw/glfw
ignore = dirty
[submodule "External/glm"]
path = External/glm
url = https://github.com/g-truc/glm
ignore = dirty
[submodule "External/imgui"]
path = External/imgui
url = https://github.com/ocornut/imgui
ignore = dirty
[submodule "External/glslang"]
path = External/glslang
url = https://github.com/KhronosGroup/glslang
ignore = dirty
[submodule "External/stb"]
path = External/stb
url = https://github.com/nothings/stb
ignore = dirty
[submodule "External/VulkanMemoryAllocator"]
path = External/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
ignore = dirty
[submodule "External/tinygltf"]
path = External/tinygltf
url = https://github.com/syoyo/tinygltf
ignore = dirty
[submodule "External/portable-file-dialogs"]
path = External/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs
[submodule "External/tetgen"]
path = External/tetgen
url = https://github.com/ufz/tetgen
[submodule "External/entt"]
path = External/entt
url = https://github.com/skypjack/entt
[submodule "External/easy_profiler"]
path = External/easy_profiler
url = https://github.com/yse/easy_profiler