-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
29 lines (29 loc) · 957 Bytes
/
Copy path.gitmodules
File metadata and controls
29 lines (29 loc) · 957 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
[submodule "External/glm"]
path = External/glm
url = https://github.com/g-truc/glm.git
[submodule "External/spdlog"]
path = External/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "External/glfw/glfw"]
path = External/glfw/glfw
url = https://github.com/glfw/glfw.git
[submodule "External/sol"]
path = External/sol
url = https://github.com/ThePhD/sol2.git
[submodule "External/imgui/imgui"]
path = External/imgui/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "External/lua/lua"]
path = External/lua/lua
url = https://github.com/lua/lua.git
branch = v5.4
[submodule "External/visit_struct"]
path = External/visit_struct
url = https://github.com/cbeck88/visit_struct.git
[submodule "External/filewatch"]
path = External/filewatch
url = https://github.com/ThomasMonkman/filewatch.git
[submodule "External/flecs/flecs"]
path = External/flecs/flecs
url = https://github.com/SanderMertens/flecs.git