From 6339225cfb0840200088c7e58736c25edc20ca9a Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 2 Jun 2025 22:57:07 +0200 Subject: ci: fix workflow --- Cargo.toml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18cf8a9..950adcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,20 +12,14 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.85" [dependencies] -iced_widget.workspace = true -iced_core.workspace = true +iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" } +iced_core = { git = "https://github.com/iced-rs/iced", branch = "master", features = ["advanced"] } -[workspace.dependencies.iced_widget] -git = "https://github.com/iced-rs/iced" -branch = "master" +[dev-dependencies] +iced = { git = "https://github.com/iced-rs/iced", branch = "master" } -[workspace.dependencies.iced_core] -git = "https://github.com/iced-rs/iced" -branch = "master" -features = ["advanced"] - -[workspace] -members = ["example"] +[[example]] +name = "save" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] -- cgit v1.2.3