diff options
| author | pml68 <contact@pml68.dev> | 2025-07-05 01:18:14 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-05 01:18:14 +0200 |
| commit | 48c416a08ea564c2cfe1fd89d5c727b57ec1af6a (patch) | |
| tree | ef0765d8156585727dc6230f8edfb1ff6450d99c /Cargo.toml | |
| parent | chore: remove clang & mold build config from `.cargo/config.toml` (diff) | |
| download | iced-builder-48c416a08ea564c2cfe1fd89d5c727b57ec1af6a.tar.gz | |
chore: switch to `[patch.crates-io]` according to `iced_dialog` changes
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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" } |
