mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
servo: Merge #18636 - Update WR (handle translucent brightness, invert filters. Hit test API) (from glennw:update-wr-filter-hit); r=pcwalton
Source-Repo: https://github.com/servo/servo Source-Revision: 92533ac2232e3511f4a4f742098765ce26ef5f95 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 455d8efbd1cba8b501fc837fb9b64042dc18b18f
This commit is contained in:
parent
0636aa85d3
commit
2da58727b1
5
servo/Cargo.lock
generated
5
servo/Cargo.lock
generated
@ -3596,7 +3596,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "webrender"
|
||||
version = "0.52.0"
|
||||
source = "git+https://github.com/servo/webrender#eb8e67b96ec10bcc53630ade19e89b10ae1c4331"
|
||||
source = "git+https://github.com/servo/webrender#c8c515df5288368fc02f315a4144103213aec12c"
|
||||
dependencies = [
|
||||
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@ -3624,10 +3624,11 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "webrender_api"
|
||||
version = "0.52.0"
|
||||
source = "git+https://github.com/servo/webrender#eb8e67b96ec10bcc53630ade19e89b10ae1c4331"
|
||||
source = "git+https://github.com/servo/webrender#c8c515df5288368fc02f315a4144103213aec12c"
|
||||
dependencies = [
|
||||
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bitflags 0.9.1 (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.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"core-graphics 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user