Revert "Added cimgui"

This reverts commit 9ce3766c1a.
This commit is contained in:
Simon Lübeß
2020-11-09 23:08:41 +01:00
parent 9ce3766c1a
commit 6e71eeea25
5 changed files with 1 additions and 11 deletions
-3
View File
@@ -1,6 +1,3 @@
[submodule "vendor/directx"] [submodule "vendor/directx"]
path = GlitchyEngine/vendor/directx path = GlitchyEngine/vendor/directx
url = https://github.com/aharabada/directx-beef.git url = https://github.com/aharabada/directx-beef.git
[submodule "Imgui/vendor/cimgui"]
path = Imgui/vendor/cimgui
url = https://github.com/cimgui/cimgui.git
+1 -1
View File
@@ -1,5 +1,5 @@
FileVersion = 1 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] [Workspace]
StartupProject = "Sandbox" StartupProject = "Sandbox"
-6
View File
@@ -1,6 +0,0 @@
FileVersion = 1
[Project]
Name = "Imgui"
TargetType = "BeefLib"
StartupObject = "Imgui.Program"
Submodule Imgui/vendor/cimgui deleted from ee5534d7cd
View File