slint/api/node/rust
David Faure b71878f36b Introduce Type::ArrayOfU16 for grid layout organized data
No point in stuffing u16 into f32 just to reuse an existing type.

OTOH ArrayOfU16 can be reused for other things than grid layout
organized data, so give it a more generic name than
GridLayoutOrganizedData (we should do the same for LayoutCache, at
least if we ever reuse the type for an additional purpose)
2025-12-10 09:47:23 +01:00
..
interpreter Introduce Type::ArrayOfU16 for grid layout organized data 2025-12-10 09:47:23 +01:00
types [autofix.ci] apply automated fixes 2025-12-09 12:11:04 +01:00
interpreter.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
lib.rs chore: A few clippy fixes 2025-05-09 13:25:38 +02:00
types.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00