From efa338772b1f8152007b2c1bf506003b3fd21273 Mon Sep 17 00:00:00 2001 From: Sri Sham Haran Date: Mon, 29 Aug 2022 13:43:59 +0800 Subject: [PATCH 1/3] Remove imnodes --- .gitmodules | 5 +---- Dependencies/imnodes | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 Dependencies/imnodes diff --git a/.gitmodules b/.gitmodules index d32dd580..d012fa43 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "Dependencies/imguizmo"] path = Dependencies/imguizmo url = https://github.com/SHADE-DP/ImGuizmo.git -[submodule "Dependencies/imnodes"] - path = Dependencies/imnodes - url = https://github.com/SHADE-DP/imnodes.git [submodule "Dependencies/tracy"] path = Dependencies/tracy url = https://github.com/SHADE-DP/tracy.git @@ -27,4 +24,4 @@ url = https://github.com/SHADE-DP/yaml-cpp.git [submodule "Dependencies/assimp"] path = Dependencies/assimp - url = https://github.com/assimp/assimp.git + url = https://github.com/assimp/assimp.git \ No newline at end of file diff --git a/Dependencies/imnodes b/Dependencies/imnodes deleted file mode 160000 index d88f9912..00000000 --- a/Dependencies/imnodes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d88f99125bb72cdb71b4c27ff6eb7f318d89a4c5 From 50749b82d3f21940851ebc8b6b39512bae54705b Mon Sep 17 00:00:00 2001 From: Sri Sham Haran Date: Mon, 29 Aug 2022 13:44:45 +0800 Subject: [PATCH 2/3] Add imnodes SM --- .gitmodules | 5 ++++- Dependencies/imnodes | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 Dependencies/imnodes diff --git a/.gitmodules b/.gitmodules index d012fa43..598020aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,4 +24,7 @@ url = https://github.com/SHADE-DP/yaml-cpp.git [submodule "Dependencies/assimp"] path = Dependencies/assimp - url = https://github.com/assimp/assimp.git \ No newline at end of file + url = https://github.com/assimp/assimp.git +[submodule "Dependencies/imnodes"] + path = Dependencies/imnodes + url = https://github.com/SHADE-DP/imnodes.git diff --git a/Dependencies/imnodes b/Dependencies/imnodes new file mode 160000 index 00000000..411951be --- /dev/null +++ b/Dependencies/imnodes @@ -0,0 +1 @@ +Subproject commit 411951be7486862a835178917c5f380a9c0c815e From a51dce11b7edea9b0a65fa3ccd3a83ba68ead138 Mon Sep 17 00:00:00 2001 From: Sri Sham Haran Date: Mon, 29 Aug 2022 13:59:52 +0800 Subject: [PATCH 3/3] Remove stb sm --- .gitmodules | 5 +---- Dependencies/stb | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 Dependencies/stb diff --git a/.gitmodules b/.gitmodules index 598020aa..add12f2a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "Dependencies/spdlog"] path = Dependencies/spdlog url = https://github.com/SHADE-DP/spdlog.git -[submodule "Dependencies/stb"] - path = Dependencies/stb - url = https://github.com/SHADE-DP/stb.git [submodule "Dependencies/msdf"] path = Dependencies/msdf url = https://github.com/SHADE-DP/msdf-atlas-gen.git @@ -27,4 +24,4 @@ url = https://github.com/assimp/assimp.git [submodule "Dependencies/imnodes"] path = Dependencies/imnodes - url = https://github.com/SHADE-DP/imnodes.git + url = https://github.com/SHADE-DP/imnodes.git \ No newline at end of file diff --git a/Dependencies/stb b/Dependencies/stb deleted file mode 160000 index af1a5bc3..00000000 --- a/Dependencies/stb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a