aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2018-11-16 14:50:14 +0100
committerBastien Orivel <eijebong@bananium.fr>2018-11-18 16:42:42 +0100
commitdb34ea668acf6ac7e7206187dacb4fd439c6ece4 (patch)
treed34c6266bd0afb80fd2543efed4503b14c406c39 /ports
parent34bf312e0caa030b1bbda7b27317c7112ff051c7 (diff)
downloadservo-db34ea668acf6ac7e7206187dacb4fd439c6ece4.tar.gz
servo-db34ea668acf6ac7e7206187dacb4fd439c6ece4.zip
Update image related dependencies
Diffstat (limited to 'ports')
-rw-r--r--ports/servo/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/servo/Cargo.toml b/ports/servo/Cargo.toml
index faa4eded4d8..237be0d2df7 100644
--- a/ports/servo/Cargo.toml
+++ b/ports/servo/Cargo.toml
@@ -44,13 +44,13 @@ bitflags = "1.0"
crossbeam-channel = "0.2"
euclid = "0.19"
gleam = "0.6"
-glutin = "0.18"
+glutin = "0.19"
keyboard-types = "0.4.3"
lazy_static = "1"
libservo = {path = "../../components/servo"}
log = "0.4"
tinyfiledialogs = "3.0"
-winit = {version = "0.17", features = ["icon_loading"]}
+winit = {version = "0.18", features = ["icon_loading"]}
sig = "0.1"
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]