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