Added cimgui

This commit is contained in:
Simon Lübeß
2020-11-09 22:57:10 +01:00
parent b41b57a61d
commit 9ce3766c1a
5 changed files with 11 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
[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
+1 -1
View File
@@ -1,5 +1,5 @@
FileVersion = 1
Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}, GlitchLog = {Path = "GlitchLog"}, DirectX = {Path = "vendor/directx/DirectX"}}
Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}, GlitchLog = {Path = "GlitchLog"}, DirectX = {Path = "GlitchyEngine/vendor/directx/DirectX"}, Imgui = {Path = "Imgui"}}
[Workspace]
StartupProject = "Sandbox"
+6
View File
@@ -0,0 +1,6 @@
FileVersion = 1
[Project]
Name = "Imgui"
TargetType = "BeefLib"
StartupObject = "Imgui.Program"
Vendored Submodule
+1
Submodule Imgui/vendor/cimgui added at ee5534d7cd
View File