From c0083437eb888c2822f74e8d462f03656088113a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 1 Sep 2019 05:28:19 +0200 Subject: Add conversion functions for `winit` feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 17eb0bc3..f526b803 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ categories = ["gui"] [dependencies] stretch = "0.2" twox-hash = "1.5" +winit = { version = "0.20.0-alpha3", optional = true } [dev-dependencies] ggez = { version = "0.5", git = "https://github.com/hecrj/ggez" } -- cgit