summaryrefslogtreecommitdiffstats
path: root/examples/pane_grid/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-11-10 22:57:19 +0100
committerLibravatar GitHub <noreply@github.com>2020-11-10 22:57:19 +0100
commit2f5a3dacd933a52931a1bb169138d52402413956 (patch)
tree65995b4304543ea6a6400af3c8e11eae630dd22b /examples/pane_grid/Cargo.toml
parentd0402d072d3f4e128c55fc0a6184c5f7c712bb20 (diff)
parent86fa12229e7117306b8297a09aa22c99802600c8 (diff)
downloadiced-2f5a3dacd933a52931a1bb169138d52402413956.tar.gz
iced-2f5a3dacd933a52931a1bb169138d52402413956.tar.bz2
iced-2f5a3dacd933a52931a1bb169138d52402413956.zip
Merge pull request #608 from hecrj/remove-pane-grid-focus
Improve flexibility of `PaneGrid`
Diffstat (limited to 'examples/pane_grid/Cargo.toml')
-rw-r--r--examples/pane_grid/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pane_grid/Cargo.toml b/examples/pane_grid/Cargo.toml
index 3ed912ac..e489f210 100644
--- a/examples/pane_grid/Cargo.toml
+++ b/examples/pane_grid/Cargo.toml
@@ -6,4 +6,5 @@ edition = "2018"
publish = false
[dependencies]
-iced = { path = "../.." }
+iced = { path = "../..", features = ["debug"] }
+iced_native = { path = "../../native" }