From cc310f71cc11dca8fb0d144181b75a68ed3eb82a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 4 Mar 2020 22:31:59 +0100 Subject: Add split hotkeys to `panes` example --- examples/panes/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/panes/Cargo.toml') diff --git a/examples/panes/Cargo.toml b/examples/panes/Cargo.toml index 174d2cde..dc94cc2c 100644 --- a/examples/panes/Cargo.toml +++ b/examples/panes/Cargo.toml @@ -7,5 +7,6 @@ publish = false [dependencies] iced = { path = "../..", features = ["async-std"] } +iced_native = { path = "../../native" } clock = { path = "../clock" } stopwatch = { path = "../stopwatch" } -- cgit