From 5430f67f004907900a89aba462f886ee35a7b1c3 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 31 Jul 2025 13:41:27 +0200 Subject: feat: add `styling` example (modified from `iced`) --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bdc554f..b017bd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,9 @@ branch = "iced/master" features = ["derive"] optional = true +[dev-dependencies] +iced = "0.14.0-dev" + [lints.rust] missing_debug_implementations = "deny" unsafe_code = "deny" @@ -71,3 +74,4 @@ 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" } +iced = { git = "https://github.com/iced-rs/iced", branch = "master" } -- cgit v1.2.3