|
|
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)
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
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s
|
2024-11-16 19:08:50 +01:00 |
|
|
|
7c9038fbda
|
mod(widget/Text): add alignment options for Text Widget
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 36s
Updated exec example which uses centered text.
|
2024-11-16 18:12:24 +01:00 |
|
|
|
aeac4bdc83
|
add(examples): split main.zig into examples which can be executed and reviewed independently
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 50s
|
2024-11-15 21:02:44 +01:00 |
|