Merge branch 'feature/custom-runtime'

This commit is contained in:
Héctor Ramón Jiménez 2020-01-21 00:56:49 +01:00
commit 8957883a88
13 changed files with 43 additions and 25 deletions

View file

@ -6,7 +6,7 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../.." }
iced = { path = "../..", features = ["image"] }
iced_futures = { path = "../../futures", features = ["async-std"] }
surf = "1.0"
rand = "0.7"

View file

@ -6,7 +6,7 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
iced = { path = "../..", features = ["image", "debug"] }
env_logger = "0.7"
[target.'cfg(target_arch = "wasm32")'.dependencies]