This commit is contained in:
Nathan Sobo 2023-08-04 07:56:20 -06:00
parent 196946cbb6
commit b6110fed9e
2 changed files with 12 additions and 2 deletions

View file

@ -1528,6 +1528,11 @@ mod tests {
});
});
window.update(cx, |cx| {
let root = cx.root_element();
dbg!(root.debug(cx).unwrap());
});
// tree.layout(
// SizeConstraint::strict(vec2f(100., 100.)),
// &mut (),