Remove leftover winit feature for doc.rs

This commit is contained in:
Héctor Ramón Jiménez 2019-10-23 02:50:57 +02:00
parent ac611ab837
commit f6fc0b714c

View file

@ -7,9 +7,6 @@ description = "A renderer-agnostic library for native GUIs"
license = "MIT"
repository = "https://github.com/hecrj/iced"
[package.metadata.docs.rs]
features = ["winit"]
[dependencies]
iced_core = { version = "0.1.0-alpha", path = "../core" }
stretch = "0.2"