diff options
| author | pml68 <contact@pml68.dev> | 2025-07-31 13:41:27 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-31 13:41:27 +0200 |
| commit | 5430f67f004907900a89aba462f886ee35a7b1c3 (patch) | |
| tree | bc24b7e011cd01887d255aa992e886181b17636d /Cargo.toml | |
| parent | fix: `container::outlined` had a 0-width border (diff) | |
| download | iced_material-5430f67f004907900a89aba462f886ee35a7b1c3.tar.gz | |
feat: add `styling` example (modified from `iced`)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" } |
