Commit Graph

4 Commits

Author SHA1 Message Date
1c703a196a mod: use allocators for Layout and Widget types 2024-11-19 22:56:37 +01:00
ec71e34958 mod: each layout and widget now allocates their own instance in memory using the provided allocator (and destroy's themselfes in the end)
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 36s
2024-11-16 19:56:36 +01:00
f4adf53067 doc: removed unnecessary comment
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s
2024-11-16 19:08:50 +01:00
aeac4bdc83 add(examples): split main.zig into examples which can be executed and reviewed independently
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 50s
2024-11-15 21:02:44 +01:00