From 1a4103ab9f6d15b57b5b3587972053dad66709b4 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 22 Jul 2025 18:32:24 +0200 Subject: chore: necessary updates for iced master --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3c6ddd8..bdc554f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ svg = ["iced_widget/svg"] qr_code = ["iced_widget/qr_code"] [dependencies] -iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" } +iced_widget = "0.14.0-dev" dark-light = { version = "2.0", optional = true } serde = { version = "1.0", optional = true } @@ -67,3 +67,7 @@ useless_conversion = "deny" [lints.rustdoc] broken_intra_doc_links = "forbid" + +[patch.crates-io] +iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" } +iced_core = { git = "https://github.com/iced-rs/iced", branch = "master" } -- cgit v1.2.3