Remove support for old tokio crate

This commit is contained in:
Héctor Ramón Jiménez 2022-01-12 20:03:18 +07:00
parent 1a31aefab4
commit 67f878b890
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
9 changed files with 15 additions and 80 deletions

View file

@ -38,8 +38,6 @@ 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 `smol` as the `executor::Default` on native platforms