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