From 314384f765f1446728c059b4adbf54484bf48238 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Tue, 12 Sep 2017 15:36:26 +1000 Subject: [PATCH] Update WR (handle text runs requiring batch splits, clip optimizations). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12afd44640d..6a5c4cf19fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3587,7 +3587,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.50.0" -source = "git+https://github.com/servo/webrender#3d58efaecdc5897de057beab57adc031bc2e187e" +source = "git+https://github.com/servo/webrender#cd1855550857b910f752359b48c5cc053419c358" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3615,7 +3615,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.50.0" -source = "git+https://github.com/servo/webrender#3d58efaecdc5897de057beab57adc031bc2e187e" +source = "git+https://github.com/servo/webrender#cd1855550857b910f752359b48c5cc053419c358" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",