-
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.02 KB
/
Copy path.gitmodules
File metadata and controls
33 lines (33 loc) · 1.02 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/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw
[submodule "vendor/VulkanMemoryAllocator"]
path = vendor/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui
[submodule "vendor/ImGuizmo"]
path = vendor/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "vendor/lua"]
path = vendor/lua
url = https://github.com/lua/lua
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb
[submodule "vendor/sol2"]
path = vendor/sol2
url = https://github.com/JacoMalan1/sol2
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp
[submodule "vendor/flatbuffers"]
path = vendor/flatbuffers
url = https://github.com/google/flatbuffers