Relax glutin version range

This commit is contained in:
Joonas Javanainen 2018-08-15 01:00:49 +03:00
parent 1eab502d01
commit f1f02bc321
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -12,5 +12,5 @@ categories = ["gui"]
travis-ci = { repository = "Gekkio/imgui-rs" }
[dependencies]
glutin = "0.18"
glutin = ">= 0.17, <= 0.18"
imgui = { version = "0.0.21-pre", path = "../" }