From 5737f8ec577fe6c7af2ec3d6533027f781d3baea Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Tue, 1 Aug 2017 16:20:28 +1000 Subject: [PATCH] Update WR (texture cache allocation fix + optimizations). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50dd6e1a785..4bc05c797c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3469,7 +3469,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.48.0" -source = "git+https://github.com/servo/webrender#1ec6fb9ae47d8356920975a4be60552608dbfa1b" +source = "git+https://github.com/servo/webrender#1329eb9f6f1f3283cf3a3bc6446106895c918ee3" dependencies = [ "app_units 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3498,7 +3498,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.48.0" -source = "git+https://github.com/servo/webrender#1ec6fb9ae47d8356920975a4be60552608dbfa1b" +source = "git+https://github.com/servo/webrender#1329eb9f6f1f3283cf3a3bc6446106895c918ee3" dependencies = [ "app_units 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",