diff options
author | 2020-03-04 22:31:59 +0100 | |
---|---|---|
committer | 2020-03-04 22:31:59 +0100 | |
commit | cc310f71cc11dca8fb0d144181b75a68ed3eb82a (patch) | |
tree | 458ac28f263d3920fd2c8da0a73f62f09aebf34d /examples/panes/Cargo.toml | |
parent | 58adfcd5145d571739eda8cc655aa2f95814e541 (diff) | |
download | iced-cc310f71cc11dca8fb0d144181b75a68ed3eb82a.tar.gz iced-cc310f71cc11dca8fb0d144181b75a68ed3eb82a.tar.bz2 iced-cc310f71cc11dca8fb0d144181b75a68ed3eb82a.zip |
Add split hotkeys to `panes` example
Diffstat (limited to 'examples/panes/Cargo.toml')
-rw-r--r-- | examples/panes/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |