Implement Widget::draw for custom_widget example

This commit is contained in:
Héctor Ramón Jiménez 2021-10-18 15:49:28 +07:00
parent 945f69e567
commit 95acc1deb8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 19 additions and 22 deletions

View file

@ -8,4 +8,3 @@ publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }
iced_graphics = { path = "../../graphics" }