summaryrefslogtreecommitdiffstats
path: root/native/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-23 02:50:57 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-23 02:50:57 +0200
commitf6fc0b714cc87c2afd302c447cb5e966ab5df717 (patch)
tree78b9759ccd9157e6e3c7feb80fdedbea7c20778a /native/Cargo.toml
parentac611ab837e228ebc78be69077bafeffd62e1a55 (diff)
downloadiced-f6fc0b714cc87c2afd302c447cb5e966ab5df717.tar.gz
iced-f6fc0b714cc87c2afd302c447cb5e966ab5df717.tar.bz2
iced-f6fc0b714cc87c2afd302c447cb5e966ab5df717.zip
Remove leftover `winit` feature for `doc.rs`
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r--native/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 6870649a..8cabe94c 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -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"