Remove stretch optional dependency in core

This commit is contained in:
Héctor Ramón Jiménez 2019-09-24 14:38:40 +02:00
parent 0a93be78b8
commit a975754ab0
5 changed files with 49 additions and 111 deletions

View file

@ -11,7 +11,7 @@ repository = "https://github.com/hecrj/iced"
features = ["winit"]
[dependencies]
iced_core = { version = "0.1.0-alpha", features = ["stretch"], path = "../core" }
iced_core = { version = "0.1.0-alpha", path = "../core" }
stretch = "0.2"
twox-hash = "1.5"