From e7c0aff84b7896db7e07b4ae76fa9ac86b519283 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Fri, 25 Aug 2017 11:09:34 +1000 Subject: [PATCH] Update WR (render task tree optimization, shader includes, long text run fix). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97da598d50d..2791dfb8ee1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3531,7 +3531,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.49.0" -source = "git+https://github.com/servo/webrender#1007a65c6dd1fdfb8b39d57d7faff3cae7b32e0c" +source = "git+https://github.com/servo/webrender#1a7f6eb333a405e3f31f66363301a60649f533fd" dependencies = [ "app_units 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3559,7 +3559,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.49.0" -source = "git+https://github.com/servo/webrender#1007a65c6dd1fdfb8b39d57d7faff3cae7b32e0c" +source = "git+https://github.com/servo/webrender#1a7f6eb333a405e3f31f66363301a60649f533fd" dependencies = [ "app_units 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",