Remove stretch optional dependency in core
This commit is contained in:
parent
0a93be78b8
commit
a975754ab0
5 changed files with 49 additions and 111 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue