Update webrender. Fixes #9846.

This commit is contained in:
Glenn Watson 2016-03-03 11:28:03 +10:00
parent 3ff5082798
commit a768ffb4bc
3 changed files with 3 additions and 3 deletions

View file

@ -2254,7 +2254,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#f8bb08eb5cd94d14572208676a7d927f707ace8c" source = "git+https://github.com/servo/webrender#e794f5ce81aa78bb0f28c785e2ae0de28d23bdd8"
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

@ -2139,7 +2139,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#f8bb08eb5cd94d14572208676a7d927f707ace8c" source = "git+https://github.com/servo/webrender#e794f5ce81aa78bb0f28c785e2ae0de28d23bdd8"
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

@ -2088,7 +2088,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#f8bb08eb5cd94d14572208676a7d927f707ace8c" source = "git+https://github.com/servo/webrender#e794f5ce81aa78bb0f28c785e2ae0de28d23bdd8"
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)",