aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-02 22:57:07 +0200
committerpml68 <contact@pml68.dev>2025-06-02 23:09:46 +0200
commit4742a63043906b5ff154730070f07dc6b9929eed (patch)
treee2c19a4f22074f6b231cb8605c2b2414a39858f8 /Cargo.toml
parentfeat: switch from `String` to `Fragment` for `title` (diff)
downloadiced_dialog-4742a63043906b5ff154730070f07dc6b9929eed.tar.gz
ci: fix workflow
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3e8d4ca..35d3ed8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,15 +12,14 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.80"
[dependencies]
-iced_widget.workspace = true
-iced_core.workspace = true
-
-[workspace.dependencies]
iced_widget = "0.13.4"
iced_core = { version = "0.13.2", features = ["advanced"] }
-[workspace]
-members = ["example"]
+[dev-dependencies]
+iced = "0.13.1"
+
+[[example]]
+name = "save"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]