Implement subscription::Tracker in iced_core

This commit is contained in:
Héctor Ramón Jiménez 2020-01-19 08:36:44 +01:00
parent 6ca5e6184f
commit 32f7ca261f
7 changed files with 131 additions and 8 deletions

View file

@ -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 }