скругление

This commit is contained in:
2025-12-18 21:41:21 +03:00
parent d4a2f41a51
commit b852384322
4 changed files with 88 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ allocator: std.mem.Allocator,
canvas_texture: ?dvui.Texture = null,
canvas_width: u32 = 400,
canvas_height: u32 = 300,
canvas_pos: dvui.Point = dvui.Point{ .x = 0, .y = 0 },
pub fn init(allocator: std.mem.Allocator) WindowContext {
return .{