summaryrefslogtreecommitdiffstats
path: root/examples/modal/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/modal/Cargo.toml')
-rw-r--r--examples/modal/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/modal/Cargo.toml b/examples/modal/Cargo.toml
index 3ac61e6a..009d9653 100644
--- a/examples/modal/Cargo.toml
+++ b/examples/modal/Cargo.toml
@@ -6,4 +6,5 @@ edition = "2021"
publish = false
[dependencies]
-iced = { path = "../..", features = ["advanced"] }
+iced.workspace = true
+iced.features = ["advanced"]