diff --git a/.gitignore b/.gitignore index 9454aec..8736e8e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ BeefSpace_User.toml build/ .vs/ -recovery/ \ No newline at end of file +recovery/ +vendor/directx diff --git a/Sandbox/BeefProj.toml b/Sandbox/BeefProj.toml index fe09da5..329a7fd 100644 --- a/Sandbox/BeefProj.toml +++ b/Sandbox/BeefProj.toml @@ -3,4 +3,5 @@ Dependencies = {GlitchyEngine = "*", corlib = "*"} [Project] Name = "Sandbox" +TargetType = "BeefGUIApplication" StartupObject = "GlitchyEngine.Program"