diff options
author | 2020-03-17 06:54:25 +0100 | |
---|---|---|
committer | 2020-03-17 06:54:25 +0100 | |
commit | 6f9cf6c70d8ef01446dae4d093c6e8ff2c7e7708 (patch) | |
tree | 0238e4d066d3e9c57da8a32361f68f8f5a1facd1 /examples/pane_grid/Cargo.toml | |
parent | a280dcda23c3c3432f12776b2fe69c4ed39cd99a (diff) | |
download | iced-6f9cf6c70d8ef01446dae4d093c6e8ff2c7e7708.tar.gz iced-6f9cf6c70d8ef01446dae4d093c6e8ff2c7e7708.tar.bz2 iced-6f9cf6c70d8ef01446dae4d093c6e8ff2c7e7708.zip |
Implement hotkey logic in `pane_grid` example
Diffstat (limited to '')
-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" } |