DioxusLabs / taffy

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

Implement FlexContainerStyle for Style as well as &Style #700

Closed nicoburns closed 1 month ago

nicoburns commented 1 month ago

Objective

There was a typo in the trait impl causing it to be implemented for &Style rather than Style.