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