-
Hey! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi! Yes, it is indeed possible. To do this you need to implement the |
Beta Was this translation helpful? Give feedback.
-
Hey! |
Beta Was this translation helpful? Give feedback.
-
Hi! Yes, it is indeed possible. To do this you need to implement the |
Beta Was this translation helpful? Give feedback.
Hi! Yes, it is indeed possible. To do this you need to implement the
taffy::tree::LayoutTree
trait for your storage implementation and then calltaffy::compute_layout
on your type. This support is still quite new and hasn't been fully tested out, so please let us know if you have any trouble making this work and/or have any requested changes to Taffy to make this easier.