Min size layout constraints

This commit is contained in:
2026-03-23 19:43:14 -04:00
parent e327516e5e
commit 5f67c06083
6 changed files with 365 additions and 45 deletions

View File

@@ -795,6 +795,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
let LayoutSnapshot {
scene,
interaction_tree: next_interaction_tree,
..
} = build_snapshot(
viewport,
version,
@@ -1077,6 +1078,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
let LayoutSnapshot {
scene,
interaction_tree: next_interaction_tree,
..
} = build_snapshot(
viewport,
version,