diff --git a/.gitmodules b/.gitmodules index ceed831e..8f1b6554 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,3 @@ [submodule "ext/oui-blendish"] path = dep/oui-blendish url = https://github.com/AndrewBelt/oui-blendish.git -[submodule "dep/glfw"] - path = dep/glfw - url = https://github.com/glfw/glfw.git -[submodule "dep/rtaudio"] - path = dep/rtaudio - url = https://github.com/thestk/rtaudio.git diff --git a/.gitmodules__REMOVED b/.gitmodules__REMOVED new file mode 100644 index 00000000..8f1b6554 --- /dev/null +++ b/.gitmodules__REMOVED @@ -0,0 +1,12 @@ +[submodule "ext/nanovg"] + path = dep/nanovg + url = https://github.com/memononen/nanovg.git +[submodule "ext/nanosvg"] + path = dep/nanosvg + url = https://github.com/memononen/nanosvg.git +[submodule "ext/osdialog"] + path = dep/osdialog + url = https://github.com/AndrewBelt/osdialog.git +[submodule "ext/oui-blendish"] + path = dep/oui-blendish + url = https://github.com/AndrewBelt/oui-blendish.git