Support winit 0.19

This commit is contained in:
Johan Andersson 2019-03-09 18:18:27 +01:00
parent da57859839
commit 1bb2c7f4af

View File

@ -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"