-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 812 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 812 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
[submodule "submodules/imgui"]
path = submodules/imgui
url = https://github.com/ocornut/imgui.git
[submodule "submodules/glm"]
path = submodules/glm
url = https://github.com/g-truc/glm.git
[submodule "submodules/cyCodeBase"]
path = submodules/cyCodeBase
url = https://github.com/cemyuksel/cyCodeBase.git
[submodule "submodules/glfw"]
path = submodules/glfw
url = https://github.com/glfw/glfw.git
[submodule "submodules/entt"]
path = submodules/entt
url = https://github.com/skypjack/entt.git
[submodule "submodules/eigen"]
path = submodules/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "submodules/spdlog"]
path = submodules/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "submodules/lodepng"]
path = submodules/lodepng
url = https://github.com/lvandeve/lodepng.git