forked from StudioCherno/Walnut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
26 lines (26 loc) · 825 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
[submodule "Walnut/vendor/imgui/src"]
path = Walnut/vendor/imgui/src
url = https://github.com/ocornut/imgui
branch = docking
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/TheCherno/imgui
branch = docking
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/thecherno/glfw
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm
[submodule "vendor/GLFW"]
path = vendor/GLFW
url = https://github.com/TheCherno/GLFW
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog
[submodule "vendor/yaml-cpp"]
path = vendor/yaml-cpp
url = https://github.com/TheCherno/yaml-cpp
[submodule "Walnut-Modules/Walnut-Networking"]
path = Walnut-Modules/Walnut-Networking
url = https://github.com/StudioCherno/Walnut-Networking