mirror of
https://github.com/danbulant/cushy
synced 2026-05-24 12:28:23 +00:00
measure() now is layout(). LayoutContext can either persist layout information or be used temporarily for measurement. While this caching is constantly thrown out currently, this is a step towards being able to only re-layout widgets if they've been invalidated. |
||
|---|---|---|
| .. | ||
| animation.rs | ||
| button.rs | ||
| canvas.rs | ||
| counter.rs | ||
| gameui.rs | ||
| input.rs | ||
| scroll.rs | ||
| style.rs | ||
| tilemap.rs | ||