Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
[submodule "deps/glfw"]
path = deps/glfw
url = https://github.com/glfw/glfw.git
url = https://github.com/glfw/glfw.git
branch = master
shallow = true
[submodule "deps/imgui/imgui"]
path = deps/imgui/imgui
url = https://github.com/ocornut/imgui.git
branch = master
shallow = true
[submodule "deps/happly"]
path = deps/happly
url = https://github.com/nmwsharp/happly.git
shallow = true
[submodule "deps/glm"]
path = deps/glm
url = https://github.com/g-truc/glm.git
shallow = true
[submodule "deps/imgui/implot"]
path = deps/imgui/implot
url = https://github.com/epezent/implot
shallow = true
[submodule "deps/imgui/ImGuizmo"]
path = deps/imgui/ImGuizmo
url = https://github.com/nmwsharp/ImGuizmo.git
shallow = true
Loading