Draft Panes widget and panes example

This commit is contained in:
Héctor Ramón Jiménez 2020-03-04 04:10:26 +01:00
parent 02091267bf
commit 012b4adec7
17 changed files with 801 additions and 396 deletions

View file

@ -5,9 +5,6 @@ authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[features]
canvas = []
[dependencies]
iced = { path = "../..", features = ["canvas", "async-std", "debug"] }
iced_native = { path = "../../native" }