Replace stateful widgets with new iced_pure API

This commit is contained in:
Héctor Ramón Jiménez 2022-07-27 06:49:20 +02:00
parent c44267b85f
commit ff2519b1d4
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
142 changed files with 3631 additions and 14494 deletions

View file

@ -10,17 +10,9 @@ documentation = "https://docs.rs/iced_lazy"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
[features]
pure = ["iced_pure"]
[dependencies]
ouroboros = "0.13"
[dependencies.iced_native]
version = "0.5"
path = "../native"
[dependencies.iced_pure]
version = "0.2"
path = "../pure"
optional = true