Memory fixes, progress towards anchors support in the UI auto-layout

Also support for margins
This commit is contained in:
2024-03-12 20:55:29 -04:00
parent d2daa686d4
commit 159aedb592
16 changed files with 229 additions and 93 deletions

View File

@ -97,6 +97,7 @@ when ODIN_OS == runtime.Odin_OS_Type.Windows
Path_Sectr_Debug_Symbols :: "sectr.pdb"
}
// TODO(Ed): Disable the default allocators for the host, we'll be handling it instead.
RuntimeState :: struct {
running : b32,
client_memory : ClientMemory,