DioxusLabs / taffy

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

Add Size::new_with_cross utility method #609

Closed Taym95 closed 7 months ago

Taym95 commented 7 months ago

Objective

Fixes #547

alice-i-cecile commented 7 months ago

I prefer from_cross

nicoburns commented 7 months ago

Checking the CI results, this method also needs to be feature flagged so that it only exists when the flexbox feature is enabled.