Окно хранит документы

This commit is contained in:
2026-02-22 00:55:08 +03:00
parent fd0ba8b583
commit 7dc7069186
3 changed files with 16 additions and 1 deletions

View File

@@ -9,3 +9,8 @@ pub const ImageSize = struct {
w: u32,
h: u32,
};
pub const Size = struct {
width: f32,
height: f32,
};