From f46be5b922373baba06ab793156e2c70ee0add64 Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Wed, 3 May 2017 13:36:23 -0400 Subject: [PATCH] update to newest webrender --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de6a44940d0..38631228613 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3195,7 +3195,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.36.0" -source = "git+https://github.com/servo/webrender#d126ebae1ad960f95791c747537c88181106173f" +source = "git+https://github.com/servo/webrender#964df2fa00f330daf4f233669e37133f93113792" dependencies = [ "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3224,9 +3224,10 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.36.0" -source = "git+https://github.com/servo/webrender#d126ebae1ad960f95791c747537c88181106173f" +source = "git+https://github.com/servo/webrender#964df2fa00f330daf4f233669e37133f93113792" dependencies = [ "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",