mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added cimgui
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
FileVersion = 1
|
||||
|
||||
[Project]
|
||||
Name = "Imgui"
|
||||
TargetType = "BeefLib"
|
||||
StartupObject = "Imgui.Program"
|
||||
+1
Submodule Imgui/vendor/cimgui added at ee5534d7cd
Reference in New Issue
Block a user