From 9fd75a1e39df812bbe763c3f3eb161e6b84c21b3 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 21 Oct 2019 10:05:52 +0200 Subject: [PATCH] Update Skia and rust-azure In order to pick up https://github.com/servo/skia/pull/180 --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 001d8c21963..466eb73930a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,8 +155,8 @@ source = "git+https://github.com/servo/autocfg?branch=rustflags2#9142612f4b2599e [[package]] name = "azure" -version = "0.36.1" -source = "git+https://github.com/servo/rust-azure#5996612af3139cc3c5eafb019d8218f8ca1634de" +version = "0.37.0" +source = "git+https://github.com/servo/rust-azure#1dbd223157997b5b5301e7da73bff37f928a7418" dependencies = [ "cmake", "euclid", @@ -2300,13 +2300,13 @@ dependencies = [ [[package]] name = "io-surface" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9a33981dff54baaff80f4decb487a65d148a3c00facc97820d0f09128f74dd" +checksum = "2279a6faecd06034f88218f77f7a767693e0957bce0323a96d92747e2760b445" dependencies = [ - "cgl 0.2.3", + "cgl 0.3.0", "core-foundation", - "gleam 0.6.18", + "gleam 0.7.0", "leaky-cow", "libc", ] @@ -4618,15 +4618,15 @@ dependencies = [ [[package]] name = "servo-skia" -version = "0.30000022.0" +version = "0.30000023.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2df44d1fcd25d158fc5430a588daaa4aec88df6306ddf2a079f99dfd52672102" +checksum = "3cf31d622cdfc24317eb1caa1018294f8058eb8315c9ed79103487b9504ddadb" dependencies = [ - "cgl 0.2.3", + "cgl 0.3.0", "cmake", "euclid", "expat-sys", - "gleam 0.6.18", + "gleam 0.7.0", "glutin", "glx", "io-surface",