From 0b839f6e32ed9d952ae0e8be23ad0dce036770ea Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 7 Apr 2016 11:58:39 -0700 Subject: [PATCH] servo: Update WebRender. Closes #10256. --- components/servo/Cargo.lock | 5 +++-- ports/cef/Cargo.lock | 5 +++-- ports/gonk/Cargo.lock | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 122dca34ba6..7116af5ce78 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -2308,9 +2308,10 @@ dependencies = [ [[package]] name = "webrender" version = "0.1.0" -source = "git+https://github.com/servo/webrender#03357a5ae9472723a8a9400f561367796390e6d2" +source = "git+https://github.com/servo/webrender#5c5dacdf3a15de92d984e431b5050df0c87224a7" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2330,7 +2331,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.1.0" -source = "git+https://github.com/servo/webrender_traits#d90190d5ca704caa533d4fa8b648653182f9d106" +source = "git+https://github.com/servo/webrender_traits#96f95c059c68aed3576334fe9d532bc5779c4138" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 19a76595c6a..2b9e4a2aea1 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -2176,9 +2176,10 @@ dependencies = [ [[package]] name = "webrender" version = "0.1.0" -source = "git+https://github.com/servo/webrender#03357a5ae9472723a8a9400f561367796390e6d2" +source = "git+https://github.com/servo/webrender#5c5dacdf3a15de92d984e431b5050df0c87224a7" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2198,7 +2199,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.1.0" -source = "git+https://github.com/servo/webrender_traits#d90190d5ca704caa533d4fa8b648653182f9d106" +source = "git+https://github.com/servo/webrender_traits#96f95c059c68aed3576334fe9d532bc5779c4138" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index b741ead8af2..e1a02fdcaa3 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -2126,9 +2126,10 @@ dependencies = [ [[package]] name = "webrender" version = "0.1.0" -source = "git+https://github.com/servo/webrender#03357a5ae9472723a8a9400f561367796390e6d2" +source = "git+https://github.com/servo/webrender#5c5dacdf3a15de92d984e431b5050df0c87224a7" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2148,7 +2149,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.1.0" -source = "git+https://github.com/servo/webrender_traits#d90190d5ca704caa533d4fa8b648653182f9d106" +source = "git+https://github.com/servo/webrender_traits#96f95c059c68aed3576334fe9d532bc5779c4138" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",