-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
31 lines (31 loc) · 993 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
31
[submodule "Libs/glfw"]
path = Libs/glfw/glfw
url = https://github.com/glfw/glfw.git
[submodule "Libs/glm"]
path = Libs/glm/glm
url = https://github.com/g-truc/glm.git
[submodule "Libs/imgui"]
path = Libs/imgui/imgui
url = https://github.com/ocornut/imgui.git
[submodule "Libs/glfw/glfw"]
path = Libs/glfw/glfw
url = https://github.com/glfw/glfw.git
[submodule "Libs/glm/glm"]
path = Libs/glm/glm
url = https://github.com/g-truc/glm.git
[submodule "Libs/imgui/imgui"]
path = Libs/imgui/imgui
url = https://github.com/ocornut/imgui.git
[submodule "Libs/stb_image/stb_image"]
path = Libs/stb_image/stb_image
url = https://github.com/nothings/stb.git
[submodule "Libs/soloud/soloud"]
path = Libs/soloud/soloud
url = https://github.com/jarikomppa/soloud.git
[submodule "Wiki"]
path = Wiki
url = https://github.com/brunopj1/TrianGL.wiki.git
branch = main
[submodule "Libs/googletest/googletest"]
path = Libs/googletest/googletest
url = https://github.com/google/googletest.git