-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.08 KB
/
Copy path.gitmodules
File metadata and controls
33 lines (33 loc) · 1.08 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
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/PhantomCloak/imgui.git
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp.git
[submodule "vendor/flecs"]
path = vendor/flecs
url = https://github.com/SanderMertens/flecs.git
[submodule "vendor/tracy"]
path = vendor/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb
[submodule "vendor/ImGuizmo"]
path = vendor/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "vendor/dawn"]
path = vendor/dawn
url = https://dawn.googlesource.com/dawn
[submodule "vendor/JoltPhysics"]
path = vendor/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics.git
[submodule "vendor/ozz-animation"]
path = vendor/ozz-animation
url = https://github.com/guillaumeblanc/ozz-animation.git
[submodule "vendor/KTX-Software"]
path = vendor/KTX-Software
url = https://github.com/KhronosGroup/KTX-Software.git