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 3ed912ac..fb160a8d 100644 --- a/examples/pane_grid/Cargo.toml +++ b/examples/pane_grid/Cargo.toml @@ -7,3 +7,4 @@ publish = false [dependencies] iced = { path = "../.." } +iced_native = { path = "../../native" } |