File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,6 +277,10 @@ usvg = { git = "https://github.com/DioxusLabs/resvg", branch = "devin/1785858271
277277anyrender = { git = " https://github.com/DioxusLabs/anyrender" , branch = " devin/1785858394-usvg-048" }
278278anyrender_svg = { git = " https://github.com/DioxusLabs/anyrender" , branch = " devin/1785858394-usvg-048" }
279279
280+ # TODO: remove this patch (and use a crates.io release) once the `GridTemplateAreas` changes
281+ # (https://github.com/DioxusLabs/taffy/pull/1024) are released
282+ taffy = { git = " https://github.com/DioxusLabs/taffy" , branch = " devin/1785836233-grid-template-areas-struct" }
283+
280284# [patch.crates-io]
281285# anyrender = { path = "../anyrender/crates/anyrender" }
282286# anyrender_skia = { path = "../anyrender/crates/anyrender_skia" }
@@ -300,11 +304,6 @@ anyrender_svg = { git = "https://github.com/DioxusLabs/anyrender", branch = "dev
300304# style_dom = { path = "../stylo/stylo_dom", package = "stylo_dom" }
301305# selectors = { path = "../stylo/selectors", package = "selectors" }
302306
303- # TODO: remove this patch (and use a crates.io release) once the `GridTemplateAreas` changes
304- # (https://github.com/DioxusLabs/taffy/pull/1024) are released
305- [patch .crates-io ]
306- taffy = { git = " https://github.com/DioxusLabs/taffy" , branch = " devin/1785836233-grid-template-areas-struct" }
307-
308307# [patch.crates-io]
309308# [patch."https://github.com/dioxuslabs/taffy"]
310309# taffy = { path = "../taffy" }
You can’t perform that action at this time.
0 commit comments