Update Webrender (fixes #11327)

This commit is contained in:
Manish Goregaokar 2016-05-24 09:09:33 +05:30
parent ef81e6982a
commit 63969201ea
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
3 changed files with 3 additions and 3 deletions

View file

@ -2501,7 +2501,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#5f461db430272f81076bad17188c1f964e85f3b2" source = "git+https://github.com/servo/webrender#53c09c719d27ae0a157ff57009e57f0047070cda"
dependencies = [ dependencies = [
"app_units 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -2362,7 +2362,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#5f461db430272f81076bad17188c1f964e85f3b2" source = "git+https://github.com/servo/webrender#53c09c719d27ae0a157ff57009e57f0047070cda"
dependencies = [ dependencies = [
"app_units 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/gonk/Cargo.lock generated
View file

@ -2317,7 +2317,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/servo/webrender#5f461db430272f81076bad17188c1f964e85f3b2" source = "git+https://github.com/servo/webrender#53c09c719d27ae0a157ff57009e57f0047070cda"
dependencies = [ dependencies = [
"app_units 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",