Update to glutin 0.17 and winit 0.16

This commit is contained in:
UK992 2018-07-01 11:34:40 +02:00
parent 4225cd52a8
commit 2bc1fc8b3b

View file

@ -38,12 +38,12 @@ backtrace = "0.3"
bitflags = "1.0"
euclid = "0.17"
gleam = "0.5"
glutin = "0.16"
glutin = "0.17"
lazy_static = "1"
libservo = {path = "../../components/servo"}
log = "0.4"
tinyfiledialogs = "3.0"
winit = {version = "0.15", features = ["icon_loading"]}
winit = {version = "0.16", features = ["icon_loading"]}
[target.'cfg(not(target_os = "android"))'.dependencies]
sig = "0.1"