From 90690702e1e4abab804ec91e8ff4183824bec436 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 20 Jan 2020 04:47:36 +0100 Subject: Add `Application::Executor` associated type --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fbe3b9f2..87f3000e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ iced_web = { version = "0.1.0", path = "web" } [dev-dependencies] iced_native = { version = "0.1", path = "./native" } iced_wgpu = { version = "0.1", path = "./wgpu" } +iced_futures = { version = "0.1.0-alpha", path = "./futures", features = ["async-std"] } env_logger = "0.7" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -- cgit