aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-31 13:41:27 +0200
committerpml68 <contact@pml68.dev>2025-07-31 13:41:27 +0200
commit5430f67f004907900a89aba462f886ee35a7b1c3 (patch)
treebc24b7e011cd01887d255aa992e886181b17636d /Cargo.toml
parentfix: `container::outlined` had a 0-width border (diff)
downloadiced_material-5430f67f004907900a89aba462f886ee35a7b1c3.tar.gz
feat: add `styling` example (modified from `iced`)
Diffstat (limited to '')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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" }