diff options
author | 2019-10-23 02:50:57 +0200 | |
---|---|---|
committer | 2019-10-23 02:50:57 +0200 | |
commit | f6fc0b714cc87c2afd302c447cb5e966ab5df717 (patch) | |
tree | 78b9759ccd9157e6e3c7feb80fdedbea7c20778a /native | |
parent | ac611ab837e228ebc78be69077bafeffd62e1a55 (diff) | |
download | iced-f6fc0b714cc87c2afd302c447cb5e966ab5df717.tar.gz iced-f6fc0b714cc87c2afd302c447cb5e966ab5df717.tar.bz2 iced-f6fc0b714cc87c2afd302c447cb5e966ab5df717.zip |
Remove leftover `winit` feature for `doc.rs`
Diffstat (limited to 'native')
-rw-r--r-- | native/Cargo.toml | 3 |
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" |