From 6e71eeea2576c8f2775f7855b9abf3034c6d6c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Mon, 9 Nov 2020 23:08:41 +0100 Subject: [PATCH] Revert "Added cimgui" This reverts commit 9ce3766c1a02e03118d6afd96ead2d7cd1ba304a. --- .gitmodules | 3 --- BeefSpace.toml | 2 +- Imgui/BeefProj.toml | 6 ------ Imgui/vendor/cimgui | 1 - prepare.bat | 0 5 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 Imgui/BeefProj.toml delete mode 160000 Imgui/vendor/cimgui delete mode 100644 prepare.bat diff --git a/.gitmodules b/.gitmodules index d09e1ad..30b5266 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "vendor/directx"] path = GlitchyEngine/vendor/directx url = https://github.com/aharabada/directx-beef.git -[submodule "Imgui/vendor/cimgui"] - path = Imgui/vendor/cimgui - url = https://github.com/cimgui/cimgui.git diff --git a/BeefSpace.toml b/BeefSpace.toml index 3bf4b5f..a40b1d4 100644 --- a/BeefSpace.toml +++ b/BeefSpace.toml @@ -1,5 +1,5 @@ FileVersion = 1 -Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}, GlitchLog = {Path = "GlitchLog"}, DirectX = {Path = "GlitchyEngine/vendor/directx/DirectX"}, Imgui = {Path = "Imgui"}} +Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}, GlitchLog = {Path = "GlitchLog"}, DirectX = {Path = "vendor/directx/DirectX"}} [Workspace] StartupProject = "Sandbox" diff --git a/Imgui/BeefProj.toml b/Imgui/BeefProj.toml deleted file mode 100644 index 6dbd0b8..0000000 --- a/Imgui/BeefProj.toml +++ /dev/null @@ -1,6 +0,0 @@ -FileVersion = 1 - -[Project] -Name = "Imgui" -TargetType = "BeefLib" -StartupObject = "Imgui.Program" diff --git a/Imgui/vendor/cimgui b/Imgui/vendor/cimgui deleted file mode 160000 index ee5534d..0000000 --- a/Imgui/vendor/cimgui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ee5534d7cd709e4ad0944e41f9c47d9ed59bd85e diff --git a/prepare.bat b/prepare.bat deleted file mode 100644 index e69de29..0000000