Auto merge of #9741 - larsbergstrom:update_webrender, r=nox

Pick up new webrender for doc build fixes

Fixes #9704

r? @nox

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9741)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-24 21:07:04 +05:30
commit 9ab2da3cd1
3 changed files with 3 additions and 3 deletions

View file

@ -2207,7 +2207,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#c05e4d6458609bd6ecab3fea644cdd299a830032" source = "git+https://github.com/servo/webrender#c23d3cfebecfc377438a233e3eb5d92cc8130c6c"
dependencies = [ dependencies = [
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -2093,7 +2093,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#c05e4d6458609bd6ecab3fea644cdd299a830032" source = "git+https://github.com/servo/webrender#c23d3cfebecfc377438a233e3eb5d92cc8130c6c"
dependencies = [ dependencies = [
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/gonk/Cargo.lock generated
View file

@ -2041,7 +2041,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#c05e4d6458609bd6ecab3fea644cdd299a830032" source = "git+https://github.com/servo/webrender#c23d3cfebecfc377438a233e3eb5d92cc8130c6c"
dependencies = [ dependencies = [
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",