-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (39 loc) · 1.53 KB
/
.gitmodules
File metadata and controls
39 lines (39 loc) · 1.53 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
[submodule "Engine/ThirdParty/entt"]
path = Engine/ThirdParty/entt
url = https://github.com/skypjack/entt
[submodule "Engine/ThirdParty/stb"]
path = Engine/ThirdParty/stb
url = https://github.com/nothings/stb
[submodule "Engine/ThirdParty/imgui"]
path = Engine/ThirdParty/imgui
url = https://github.com/ocornut/imgui
[submodule "Engine/ThirdParty/ImGuizmo"]
path = Engine/ThirdParty/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "Engine/ThirdParty/cgltf"]
path = Engine/ThirdParty/cgltf
url = https://github.com/jkuhlmann/cgltf
[submodule "Engine/ThirdParty/googletest"]
path = Engine/ThirdParty/googletest
url = https://github.com/google/googletest
[submodule "Engine/ThirdParty/fmt"]
path = Engine/ThirdParty/fmt
url = https://github.com/fmtlib/fmt
[submodule "Engine/ThirdParty/SDL"]
path = Engine/ThirdParty/SDL
url = https://github.com/libsdl-org/SDL
[submodule "Engine/ThirdParty/rapidjson"]
path = Engine/ThirdParty/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "Engine/ThirdParty/MikkTSpace"]
path = Engine/ThirdParty/MikkTSpace
url = https://github.com/mmikk/MikkTSpace
[submodule "Engine/ThirdParty/GleamReflect"]
path = Engine/ThirdParty/GleamReflect
url = https://github.com/batuhanbozyel/GleamReflect
[submodule "Engine/ThirdParty/EASTL"]
path = Engine/ThirdParty/EASTL
url = https://github.com/batuhanbozyel/EASTL
[submodule "Engine/ThirdParty/VulkanMemoryAllocator"]
path = Engine/ThirdParty/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator