This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
51 lines (51 loc) · 2.07 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
41
42
43
44
45
46
47
48
49
50
51
[submodule "Engine/ThirdParty/yaml"]
path = Engine/ThirdParty/yaml
url = https://github.com/MadLadSquad/yaml-cpp.git
[submodule "Engine/ThirdParty/glm"]
path = Engine/ThirdParty/glm
url = https://github.com/MadLadSquad/glm.git
[submodule "Engine/ThirdParty/imgui"]
path = Engine/ThirdParty/imgui
url = https://github.com/MadLadSquad/imgui.git
[submodule "Engine/ThirdParty/openal"]
path = Engine/ThirdParty/openal
url = https://github.com/MadLadSquad/openal-soft.git
[submodule "Engine/ThirdParty/glfw"]
path = Engine/ThirdParty/glfw
url = https://github.com/MadLadSquad/glfw.git
[submodule "UVKBuildTool"]
path = UVKBuildTool
url = https://github.com/MadLadSquad/UVKBuildTool.git
[submodule "Engine/ThirdParty/uvklog"]
path = Engine/ThirdParty/uvklog
url = https://github.com/MadLadSquad/UVKLog.git
[submodule "Engine/ThirdParty/vulkan/headers"]
path = Engine/ThirdParty/vulkan/headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "Engine/ThirdParty/entt"]
path = Engine/ThirdParty/entt
url = https://github.com/MadLadSquad/entt.git
[submodule "Engine/ThirdParty/imguiex/implot"]
path = Engine/ThirdParty/imguiex/implot
url = https://github.com/MadLadSquad/implot.git
[submodule "Engine/ThirdParty/imguiex/imguizmo"]
path = Engine/ThirdParty/imguiex/imguizmo
url = https://github.com/MadLadSquad/ImGuizmo.git
[submodule "UVKShaderCompiler"]
path = UVKShaderCompiler
url = https://github.com/MadLadSquad/UVKShaderCompiler.git
[submodule "Engine/ThirdParty/assimp"]
path = Engine/ThirdParty/assimp
url = https://github.com/MadLadSquad/assimp.git
[submodule "Engine/ThirdParty/freetype"]
path = Engine/ThirdParty/freetype
url = https://github.com/MadLadSquad/freetype.git
[submodule "Engine/ThirdParty/glew"]
path = Engine/ThirdParty/glew
url = https://github.com/MadLadSquad/glew-cmake.git
[submodule "Engine/ThirdParty/urll"]
path = Engine/ThirdParty/urll
url = https://github.com/MadLadSquad/UntitledRuntimeLibraryLoader.git
[submodule "Engine/ThirdParty/imguiex/uexec"]
path = Engine/ThirdParty/imguiex/uexec
url = https://github.com/MadLadSquad/UntitledExec.git