From f10b91fecab97524b6e7e482b644f5dde1373632 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 18 Jan 2021 20:43:38 +0200 Subject: [PATCH] update submodules --- .gitmodules | 3 --- examples/third-party/CMakeLists.txt | 1 - examples/third-party/ggsock | 2 +- examples/third-party/imtui | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) delete mode 160000 examples/third-party/imtui diff --git a/.gitmodules b/.gitmodules index ca77b6a..3f23be7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "examples/third-party/imtui"] - path = examples/third-party/imtui - url = https://github.com/ggerganov/imtui [submodule "examples/third-party/imgui/imgui"] path = examples/third-party/imgui/imgui url = https://github.com/ocornut/imgui diff --git a/examples/third-party/CMakeLists.txt b/examples/third-party/CMakeLists.txt index d13b18d..daee6c9 100644 --- a/examples/third-party/CMakeLists.txt +++ b/examples/third-party/CMakeLists.txt @@ -1,6 +1,5 @@ if (NOT EMSCRIPTEN) endif() -#add_subdirectory(imtui) add_subdirectory(imgui) add_subdirectory(ggsock) diff --git a/examples/third-party/ggsock b/examples/third-party/ggsock index 3c88a4d..cb2f795 160000 --- a/examples/third-party/ggsock +++ b/examples/third-party/ggsock @@ -1 +1 @@ -Subproject commit 3c88a4d0855a0edfa1e1869b43c270db21a45e1a +Subproject commit cb2f795301a59bcd03f3cabca72a7767a9ff0cbc diff --git a/examples/third-party/imtui b/examples/third-party/imtui deleted file mode 160000 index bbbc501..0000000 --- a/examples/third-party/imtui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bbbc5011bddc364d938aed97db09e043c9ff15c7