Use taffy to retrieve the parent for a given layout node

This commit is contained in:
Antonio Scandurra 2024-01-08 13:51:38 +01:00
parent 53564fb269
commit 5904bcf1c2
3 changed files with 23 additions and 32 deletions

View file

@ -46,7 +46,7 @@ serde_derive.workspace = true
serde_json.workspace = true
smallvec.workspace = true
smol.workspace = true
taffy = { git = "https://github.com/DioxusLabs/taffy", rev = "1876f72bee5e376023eaa518aa7b8a34c769bd1b" }
taffy = { git = "https://github.com/zed-industries/taffy", rev = "5e6c2d23e70e9f2156911d11050cb686362ba277" }
thiserror.workspace = true
time.workspace = true
tiny-skia = "0.5"