From 9c6dff4af275ab865fe8d3318509f1288c2444c1 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Wed, 30 Aug 2017 10:53:28 +1000 Subject: [PATCH] Update WR (improved debugger, texture cache, PBO texture updates). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3551e3bf186..7a245f7c09d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3532,7 +3532,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.49.0" -source = "git+https://github.com/servo/webrender#95a4ba0fb673091f7258d929bd2091e629f1c475" +source = "git+https://github.com/servo/webrender#108405dd65004b13c41cd3a032d2750663d3f378" 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)", @@ -3560,7 +3560,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.49.0" -source = "git+https://github.com/servo/webrender#95a4ba0fb673091f7258d929bd2091e629f1c475" +source = "git+https://github.com/servo/webrender#108405dd65004b13c41cd3a032d2750663d3f378" 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)",