-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 895 Bytes
/
.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
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw
[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/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp
[submodule "vendor/entt"]
path = vendor/entt
url = https://github.com/skypjack/entt
[submodule "vendor/lua"]
path = vendor/lua
url = https://github.com/anthofoxo/lua
[submodule "vendor/imguizmo"]
path = vendor/imguizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "vendor/tracy"]
path = vendor/tracy
url = https://github.com/wolfpld/tracy
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog
[submodule "vendor/bullet3"]
path = vendor/bullet3
url = https://github.com/bulletphysics/bullet3/