From ad500441afc355f0b8ca2a463248d350d74f0f20 Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Thu, 6 Feb 2020 03:56:21 +0100
Subject: Allow switching `executor::Default` with features

---
 examples/pokedex/Cargo.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'examples/pokedex/Cargo.toml')

diff --git a/examples/pokedex/Cargo.toml b/examples/pokedex/Cargo.toml
index f8668be0..c1e3edb5 100644
--- a/examples/pokedex/Cargo.toml
+++ b/examples/pokedex/Cargo.toml
@@ -6,8 +6,7 @@ edition = "2018"
 publish = false
 
 [dependencies]
-iced = { path = "../..", features = ["image", "debug"] }
-iced_futures = { path = "../../futures", features = ["tokio"] }
+iced = { path = "../..", features = ["image", "debug", "tokio"] }
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 rand = { version = "0.7", features = ["wasm-bindgen"] }
-- 
cgit