From cf7f2b448b4deb776aba43233e7df7b47b090908 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 12 Jan 2017 16:02:56 +1000 Subject: [PATCH] Update WR (shutdown api, clip mask segment optimization, render target sizing). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 858bf9748c9..a28bcd9e7a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3226,7 +3226,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.11.0" -source = "git+https://github.com/servo/webrender#e5e98786424a4dedee8726db9ed170a31d96d08b" +source = "git+https://github.com/servo/webrender#abb0df4bf794d07fa90b788bace6dd5b6b47ad24" dependencies = [ "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3252,7 +3252,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.11.0" -source = "git+https://github.com/servo/webrender#e5e98786424a4dedee8726db9ed170a31d96d08b" +source = "git+https://github.com/servo/webrender#abb0df4bf794d07fa90b788bace6dd5b6b47ad24" dependencies = [ "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",