Skip to content

Commit e47a970

Browse files
committed
Merge taffy patch into shared [patch.crates-io] section
1 parent f8226ec commit e47a970

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

‎Cargo.toml‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ usvg = { git = "https://github.com/DioxusLabs/resvg", branch = "devin/1785858271
277277
anyrender = { git = "https://github.com/DioxusLabs/anyrender", branch = "devin/1785858394-usvg-048" }
278278
anyrender_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" }

0 commit comments

Comments
 (0)