From 1bb2c7f4af0fcb628e03c3e68dd3bf410842fd85 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sat, 9 Mar 2019 18:18:27 +0100 Subject: [PATCH] Support winit 0.19 --- imgui-winit-support/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui-winit-support/Cargo.toml b/imgui-winit-support/Cargo.toml index 8a8f2a4fc..0b753263b 100644 --- a/imgui-winit-support/Cargo.toml +++ b/imgui-winit-support/Cargo.toml @@ -14,4 +14,4 @@ travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] imgui = { version = "0.0.23-pre", path = "../" } -winit = ">= 0.16, <= 0.18" +winit = ">= 0.16, <= 0.19"