diff options
author | UK992 <urbankrajnc92@gmail.com> | 2018-07-01 11:34:40 +0200 |
---|---|---|
committer | UK992 <urbankrajnc92@gmail.com> | 2018-07-01 13:31:19 +0200 |
commit | 2bc1fc8b3b6c871ab8d0a569a061eea1098723cb (patch) | |
tree | a6657f5d64b3214fdb53b113856cc08c24977a62 | |
parent | 4225cd52a81de1ac1505430814a9e1082f99a5d6 (diff) | |
download | servo-2bc1fc8b3b6c871ab8d0a569a061eea1098723cb.tar.gz servo-2bc1fc8b3b6c871ab8d0a569a061eea1098723cb.zip |
Update to glutin 0.17 and winit 0.16
-rw-r--r-- | ports/servo/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/servo/Cargo.toml b/ports/servo/Cargo.toml index c7a9f3f25f8..15f11eee314 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.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" |