From 5cc9a57d7e5282e6a30e297f5cd9dbcd3d5ba044 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Fri, 27 Oct 2017 06:49:40 +1000 Subject: [PATCH] Update WR (improved blur filter, color emoji blending). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 406a2b885bf0..70c882430586 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3624,7 +3624,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.53.1" -source = "git+https://github.com/servo/webrender#927c12ad211c8c750a4e7ed4991b9e20ecba33b5" +source = "git+https://github.com/servo/webrender#82e6085a14cc6d4025ca43d899847f125043adb2" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3652,7 +3652,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.53.1" -source = "git+https://github.com/servo/webrender#927c12ad211c8c750a4e7ed4991b9e20ecba33b5" +source = "git+https://github.com/servo/webrender#82e6085a14cc6d4025ca43d899847f125043adb2" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",