summaryrefslogtreecommitdiffstats
path: root/examples/panes/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-04 22:31:59 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-04 22:31:59 +0100
commitcc310f71cc11dca8fb0d144181b75a68ed3eb82a (patch)
tree458ac28f263d3920fd2c8da0a73f62f09aebf34d /examples/panes/Cargo.toml
parent58adfcd5145d571739eda8cc655aa2f95814e541 (diff)
downloadiced-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.toml1
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" }