-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
49 lines (49 loc) · 1.79 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
[submodule "Dependencies/ModernDialogs"]
path = Dependencies/ModernDialogs
url = https://github.com/GamesTrap/ModernDialogs.git
[submodule "Dependencies/VulkanMemoryAllocator"]
path = Dependencies/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "Dependencies/EnTT"]
path = Dependencies/EnTT
url = https://github.com/skypjack/entt.git
[submodule "Dependencies/ImGui"]
path = Dependencies/ImGui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "Dependencies/YAMLCpp"]
path = Dependencies/YAMLCpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "Dependencies/SPIRV-Cross"]
path = Dependencies/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "Dependencies/GLSLang"]
path = Dependencies/GLSLang
url = https://github.com/KhronosGroup/glslang.git
[submodule "Dependencies/Box2D"]
path = Dependencies/Box2D
url = https://github.com/erincatto/box2d
[submodule "Dependencies/Tracy"]
path = Dependencies/Tracy
url = https://github.com/wolfpld/tracy.git
[submodule ".modules/vscode"]
path = .modules/vscode
url = https://github.com/GamesTrap/Premake-VSCodeGen
[submodule "Dependencies/ImGuizmo"]
path = Dependencies/ImGuizmo
url = https://github.com/GamesTrap/ImGuizmo.git
[submodule "Dependencies/fmt"]
path = Dependencies/fmt
url = https://github.com/fmtlib/fmt
[submodule "Dependencies/Catch2"]
path = Dependencies/Catch2
url = https://github.com/catchorg/Catch2
[submodule "Dependencies/Vulkan-Headers"]
path = Dependencies/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "Dependencies/GCEM"]
path = Dependencies/GCEM
url = https://github.com/kthohr/gcem
[submodule ".modules/ninja"]
path = .modules/ninja
url = https://github.com/GamesTrap/premake-ninja.git