From f6fc0b714cc87c2afd302c447cb5e966ab5df717 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 23 Oct 2019 02:50:57 +0200 Subject: Remove leftover `winit` feature for `doc.rs` --- native/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'native') 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" -- cgit