summaryrefslogtreecommitdiffstats
path: root/examples/pane_grid/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-17 06:54:25 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-17 06:54:25 +0100
commit6f9cf6c70d8ef01446dae4d093c6e8ff2c7e7708 (patch)
tree0238e4d066d3e9c57da8a32361f68f8f5a1facd1 /examples/pane_grid/Cargo.toml
parenta280dcda23c3c3432f12776b2fe69c4ed39cd99a (diff)
downloadiced-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.toml1
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" }