Introduce tokio_old feature
This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
This commit is contained in:
parent
a4ad1b297e
commit
782dd2f522
10 changed files with 67 additions and 9 deletions
|
|
@ -33,6 +33,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