mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Switched to static c-library, updated submodules
This commit is contained in:
@@ -5,6 +5,3 @@ Dependencies = {corlib = "*", GlitchLog = "*", GlitchyEngine = "*"}
|
||||
Name = "GlitchyEditor"
|
||||
TargetType = "BeefGUIApplication"
|
||||
StartupObject = "GlitchyEngine.Program"
|
||||
|
||||
[Configs.Debug.Win64]
|
||||
CLibType = "DynamicDebug"
|
||||
|
||||
@@ -9,7 +9,6 @@ ProcessorMacros = ["GE_ERROR_SHADER_MATRIX_MISMATCH", "GE_ERROR_SHADER_VAR_TYPE_
|
||||
PreprocessorMacros = ["DEBUG", "GE_WINDOWS"]
|
||||
|
||||
[Configs.Debug.Win64]
|
||||
CLibType = "DynamicDebug"
|
||||
PreprocessorMacros = ["DEBUG", "GE_WINDOWS", "GE_D3D11"]
|
||||
|
||||
[Configs.Release.Win32]
|
||||
|
||||
Vendored
+1
-1
Submodule GlitchyEngine/vendor/DirectXTK updated: b53d2f196e...75aee9343c
Vendored
+1
-1
Submodule GlitchyEngine/vendor/directx updated: 1bc6b78ee4...79382425b5
Vendored
+1
-1
Submodule GlitchyEngine/vendor/freetype updated: 8b289627bd...c539bd7e13
Vendored
+1
-1
Submodule GlitchyEngine/vendor/gltf updated: c37f778c9d...16335c09bf
Vendored
+1
-1
Submodule GlitchyEngine/vendor/imgui-beef updated: 38808d5aab...47ffe62d4c
Vendored
+1
-1
Submodule GlitchyEngine/vendor/msdfgen updated: c302f1c7aa...87cdeae2bc
@@ -1,11 +1,8 @@
|
||||
FileVersion = 1
|
||||
Dependencies = {GlitchyEngine = "*", corlib = "*", LodePng = "*", msdfgen-beef = "*"}
|
||||
Dependencies = {GlitchyEngine = "*", corlib = "*", msdfgen-beef = "*", LodePng = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "Sandbox"
|
||||
TargetType = "BeefGUIApplication"
|
||||
StartupObject = "GlitchyEngine.Program"
|
||||
ProcessorMacros = ["SANDBOX_2D"]
|
||||
|
||||
[Configs.Debug.Win64]
|
||||
CLibType = "DynamicDebug"
|
||||
|
||||
Vendored
+1
-1
Submodule vendor/lodepng-beef updated: 959b755ee9...82f605ece0
Reference in New Issue
Block a user