|
@@ -24,3 +24,12 @@
|
|
|
[submodule "external/cork"]
|
|
|
path = external/cork
|
|
|
url = https://github.com/libigl/cork.git
|
|
|
+[submodule "external/imgui"]
|
|
|
+ path = external/imgui
|
|
|
+ url = https://github.com/ocornut/imgui.git
|
|
|
+[submodule "external/glfw"]
|
|
|
+ path = external/glfw
|
|
|
+ url = https://github.com/glfw/glfw.git
|
|
|
+[submodule "external/eigen"]
|
|
|
+ path = external/eigen
|
|
|
+ url = https://github.com/eigenteam/eigen-git-mirror.git
|