Sandbox now GuiApplication, ignoring directx-directory

This commit is contained in:
Simon Lübeß
2020-11-08 18:21:28 +01:00
parent 30c898185d
commit 634f310b7f
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ BeefSpace_User.toml
build/ build/
.vs/ .vs/
recovery/ recovery/
vendor/directx
+1
View File
@@ -3,4 +3,5 @@ Dependencies = {GlitchyEngine = "*", corlib = "*"}
[Project] [Project]
Name = "Sandbox" Name = "Sandbox"
TargetType = "BeefGUIApplication"
StartupObject = "GlitchyEngine.Program" StartupObject = "GlitchyEngine.Program"