WIP: container rendering for borders + container element rendering

This commit is contained in:
2025-02-03 19:55:33 +01:00
parent 0bf79dc236
commit 2bfacc0e98
7 changed files with 189 additions and 219 deletions

View File

@@ -23,6 +23,7 @@ pub fn main() !void {
defer renderer.deinit();
var container = try App.Container.init(allocator, .{});
try container.append(try App.Container.init(allocator, .{}));
defer container.deinit();
// NOTE: should the min-size here be required?