DioxusLabs / taffy

A high performance rust-powered UI layout library
https://docs.rs/taffy
Other
2.04k stars 102 forks source link

Don't use block layout in flexbox test #683

Closed nicoburns closed 2 months ago

nicoburns commented 2 months ago

Objective

This a flexbox test, however it is unnecessarily relying on block layout. Update it to only use flexbox.