diff options
Diffstat (limited to 'examples/stopwatch/Cargo.toml')
-rw-r--r-- | examples/stopwatch/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/stopwatch/Cargo.toml b/examples/stopwatch/Cargo.toml index f623feb9..6b1419f6 100644 --- a/examples/stopwatch/Cargo.toml +++ b/examples/stopwatch/Cargo.toml @@ -6,4 +6,5 @@ edition = "2021" publish = false [dependencies] -iced = { path = "../..", features = ["smol"] } +iced.workspace = true +iced.features = ["smol"] |