-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (27 loc) · 952 Bytes
/
Copy path.gitmodules
File metadata and controls
34 lines (27 loc) · 952 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
28
29
30
31
32
33
34
[submodule "Engine/vendors/spdlog"]
path = Engine/vendors/spdlog
url = https://github.com/gabime/spdlog
[submodule "Engine/vendors/imgui"]
path = Engine/vendors/imgui
url = https://github.com/ocornut/imgui
[submodule "Engine/vendors/glm"]
path = Engine/vendors/glm
url = https://github.com/g-truc/glm
[submodule "Engine/vendors/SDL3"]
path = Engine/vendors/SDL3
url = https://github.com/libsdl-org/SDL
[submodule "Engine/vendors/fmt"]
path = Engine/vendors/fmt
url = https://github.com/fmtlib/fmt
[submodule "Engine/vendors/freeglut"]
path = Engine/vendors/freeglut
url = https://github.com/freeglut/freeglut
[submodule "Engine/vendors/json"]
path = Engine/vendors/json
url = https://github.com/nlohmann/json
[submodule "Engine/vendors/yaml-cpp"]
path = Engine/vendors/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "Engine/vendors/assimp"]
path = Engine/vendors/assimp
url = https://github.com/assimp/assimp.git