diff options
author | 2022-01-12 20:03:18 +0700 | |
---|---|---|
committer | 2022-01-12 20:03:18 +0700 | |
commit | 67f878b8906a7ad2bd708e7c2bc4aa9f1d232d0e (patch) | |
tree | 230b0d70d4c0e11591f493beaec8eac77d59cf7c /Cargo.toml | |
parent | 1a31aefab401712e44cd613fc1337ab90579d926 (diff) | |
download | iced-67f878b8906a7ad2bd708e7c2bc4aa9f1d232d0e.tar.gz iced-67f878b8906a7ad2bd708e7c2bc4aa9f1d232d0e.tar.bz2 iced-67f878b8906a7ad2bd708e7c2bc4aa9f1d232d0e.zip |
Remove support for old `tokio` crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |