Merge pull request #1393 from iced-rs/deprecate-stateful-widgets

Replace stateful widgets with the new `iced_pure` API
This commit is contained in:
Héctor Ramón 2022-08-06 00:32:57 +02:00 committed by GitHub
commit 1923dbf7f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
160 changed files with 4612 additions and 14928 deletions

View file

@ -9,6 +9,7 @@ publish = false
iced = { path = "../..", features = ["tokio", "debug"] }
iced_native = { path = "../../native" }
iced_futures = { path = "../../futures" }
lazy_static = "1.4"
[dependencies.async-tungstenite]
version = "0.16"