Implement subscription::Tracker in iced_core
This commit is contained in:
parent
6ca5e6184f
commit
32f7ca261f
7 changed files with 131 additions and 8 deletions
|
|
@ -11,7 +11,8 @@ repository = "https://github.com/hecrj/iced"
|
|||
# Exposes a future-based `Command` type
|
||||
command = ["futures"]
|
||||
# Exposes a future-based `Subscription` type
|
||||
subscription = ["futures"]
|
||||
subscription = ["futures", "log"]
|
||||
|
||||
[dependencies]
|
||||
futures = { version = "0.3", optional = true }
|
||||
log = { version = "0.4", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue