From 48c416a08ea564c2cfe1fd89d5c727b57ec1af6a Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 5 Jul 2025 01:18:14 +0200 Subject: chore: switch to `[patch.crates-io]` according to `iced_dialog` changes --- Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 256833b..7634da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88.0" [workspace.dependencies] -iced_widget = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } +iced_widget = "0.14.0-dev" iced_anim = { git = "https://github.com/pml68/iced_anim", features = ["derive"] } iced_dialog = { git = "https://github.com/pml68/iced_dialog", branch = "iced/personal" } iced_drop = { git = "https://github.com/pml68/iced_drop", branch = "iced/personal" } @@ -79,8 +79,7 @@ thiserror = "2.0.12" dirs-next = "2.0.0" [workspace.dependencies.iced] -git = "https://github.com/pml68/iced" -branch = "feat/rehighlight-on-redraw" +version = "0.14.0-dev" default-features = false features = ["wgpu", "tiny-skia", "web-colors", "advanced", "tokio", "image", "svg", "lazy"] @@ -129,3 +128,8 @@ needless_borrow = "deny" new_without_default = "deny" useless_conversion = "deny" clone_on_copy = "deny" + +[patch.crates-io] +iced_core = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } +iced_widget = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } +iced = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } -- cgit v1.2.3