v0.3.3
Added
- Added
enable_rounding
anddisable_rounding
methods to theTaffy
struct which enable consumers of Taffy to obtain unroundedf32
values for the computed layouts if they want them. Rounding remains enabled by default.
enable_rounding
and disable_rounding
methods to the Taffy
struct which enable consumers of Taffy to obtain unrounded f32
values for the computed layouts if they want them. Rounding remains enabled by default.