Add split hotkeys to panes example

This commit is contained in:
Héctor Ramón Jiménez 2020-03-04 22:31:59 +01:00
parent 58adfcd514
commit cc310f71cc
2 changed files with 86 additions and 10 deletions

View file

@ -7,5 +7,6 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["async-std"] }
iced_native = { path = "../../native" }
clock = { path = "../clock" }
stopwatch = { path = "../stopwatch" }