DioxusLabs / taffy

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

Stylo integration #693

Closed nicoburns closed 1 month ago

nicoburns commented 1 month ago

Objective

This allows Stylo (https://github.com/servo/stylo) styles to be consumed directly by Taffy's algorithms, removing the need to duplicate styles when using Stylo.

Context