Support event subscriptions in iced_web

Also improves the overall web runtime, avoiding nested update loops.
This commit is contained in:
Héctor Ramón Jiménez 2020-02-04 03:28:47 +01:00
parent f5186f31f1
commit 6d46833eb2
12 changed files with 112 additions and 129 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
pkg/
**/*.rs.bk
Cargo.lock
.cargo/