Merge pull request #595 from valbendan/master
upgrade tokio to latest version(v0.3)
This commit is contained in:
commit
87c9df294c
12 changed files with 72 additions and 13 deletions
|
|
@ -37,6 +37,8 @@ glow_default_system_font = ["iced_glow/default_system_font"]
|
|||
debug = ["iced_winit/debug"]
|
||||
# Enables `tokio` as the `executor::Default` on native platforms
|
||||
tokio = ["iced_futures/tokio"]
|
||||
# Enables old `tokio` (0.2) as the `executor::Default` on native platforms
|
||||
tokio_old = ["iced_futures/tokio_old"]
|
||||
# Enables `async-std` as the `executor::Default` on native platforms
|
||||
async-std = ["iced_futures/async-std"]
|
||||
# Enables advanced color conversion via `palette`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue