mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Auto merge of #19009 - glennw:update-wr-pre, r=jdm
Update WR (clip alpha mul, pre-mul rects, box shadow fixes) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19009) <!-- Reviewable:end -->
This commit is contained in:
commit
a65253a11a
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3621,7 +3621,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender"
|
name = "webrender"
|
||||||
version = "0.53.0"
|
version = "0.53.0"
|
||||||
source = "git+https://github.com/servo/webrender#d741f472dd3d6c3441646f7bf4e714c71bea39b7"
|
source = "git+https://github.com/servo/webrender#1cb8e7f016ef3c4dcd579e8c1b3350abcf39d331"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -3649,7 +3649,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender_api"
|
name = "webrender_api"
|
||||||
version = "0.53.0"
|
version = "0.53.0"
|
||||||
source = "git+https://github.com/servo/webrender#d741f472dd3d6c3441646f7bf4e714c71bea39b7"
|
source = "git+https://github.com/servo/webrender#1cb8e7f016ef3c4dcd579e8c1b3350abcf39d331"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue