-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 879 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 879 Bytes
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
[submodule "Vendor/glm"]
path = Vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "Vendor/imgui"]
path = Vendor/imgui
url = https://github.com/ocornut/imgui.git
[submodule "Vendor/spdlog"]
path = Vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "Vendor/Catch2"]
path = Vendor/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "Vendor/json"]
path = Vendor/json
url = https://github.com/nlohmann/json.git
[submodule "Vendor/entt"]
path = Vendor/entt
url = https://github.com/skypjack/entt.git
[submodule "Vendor/ImTerm"]
path = Vendor/ImTerm
url = https://github.com/Organic-Code/ImTerm
[submodule "Vendor/ImGuizmo"]
path = Vendor/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "Vendor/filewatch"]
path = Vendor/filewatch
url = https://github.com/ThomasMonkman/filewatch.git