Fix missing Subscription type in iced_web
This commit is contained in:
parent
0f2e20f5e5
commit
9ca65c9f18
5 changed files with 47 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ categories = ["web-programming"]
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
iced_core = { version = "0.1.0", path = "../core", features = ["command"] }
|
||||
iced_core = { version = "0.1.0", path = "../core", features = ["command", "subscription"] }
|
||||
dodrio = "0.1.0"
|
||||
wasm-bindgen = "0.2.51"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue