Introduce on_click handler in PaneGrid

This commit is contained in:
Héctor Ramón Jiménez 2020-11-10 01:48:11 +01:00
parent 5681c83d3c
commit 8008ea5286
3 changed files with 42 additions and 14 deletions

View file

@ -6,4 +6,4 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../.." }
iced = { path = "../..", features = ["debug"] }