-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
18 lines (18 loc) · 888 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "StreamlineCore/dependencies/glfw"]
path = StreamlineCore/dependencies/glfw
url = https://github.com/amayesingnathan/glfw.git
[submodule "StreamlineCore/dependencies/glad"]
path = StreamlineCore/dependencies/glad
url = https://github.com/amayesingnathan/glad.git
[submodule "StreamlineCore/dependencies/imgui"]
path = StreamlineCore/dependencies/imgui
url = https://github.com/amayesingnathan/imgui.git
[submodule "StreamlineCore/dependencies/ImGuizmo"]
path = StreamlineCore/dependencies/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "StreamlineCore/dependencies/glm"]
path = StreamlineCore/dependencies/glm
url = https://github.com/g-truc/glm.git
[submodule "StreamlineCore/dependencies/portable-file-dialogs"]
path = StreamlineCore/dependencies/portable-file-dialogs
url = https://github.com/amayesingnathan/portable-file-dialogs.git