From a3767de9fe192e31a67629fcfcebbe0b2c7b8194 Mon Sep 17 00:00:00 2001 From: UK992 Date: Sun, 24 Jun 2018 19:56:34 +0200 Subject: [PATCH] Update to glutin 0.16 and winit 0.15 --- ports/servo/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/servo/Cargo.toml b/ports/servo/Cargo.toml index fcd38b722cc..408082caab3 100644 --- a/ports/servo/Cargo.toml +++ b/ports/servo/Cargo.toml @@ -38,12 +38,12 @@ backtrace = "0.3" bitflags = "1.0" euclid = "0.17" gleam = "0.5" -glutin = "0.13" +glutin = "0.16" lazy_static = "1" libservo = {path = "../../components/servo"} log = "0.4" tinyfiledialogs = "3.0" -winit = "0.11.2" +winit = "0.15" [target.'cfg(not(target_os = "android"))'.dependencies] sig = "0.1"