diff options
Diffstat (limited to 'examples/pane_grid/Cargo.toml')
-rw-r--r-- | examples/pane_grid/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/pane_grid/Cargo.toml b/examples/pane_grid/Cargo.toml index e489f210..03e6cd4a 100644 --- a/examples/pane_grid/Cargo.toml +++ b/examples/pane_grid/Cargo.toml @@ -8,3 +8,4 @@ publish = false [dependencies] iced = { path = "../..", features = ["debug"] } iced_native = { path = "../../native" } +iced_lazy = { path = "../../lazy" } |