mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
Auto merge of #9022 - mskrzypkows:PaintMsg_refactoring, r=jdm
Move PaintMsg enum to gfx_traits #8844 re-PR of https://github.com/servo/servo/pull/9007, because homu seems stuck Fixes #8844. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9022) <!-- Reviewable:end -->
This commit is contained in:
commit
95eabdb4db
9 changed files with 23 additions and 10 deletions
2
ports/cef/Cargo.lock
generated
2
ports/cef/Cargo.lock
generated
|
@ -618,6 +618,8 @@ dependencies = [
|
|||
"azure 0.2.1 (git+https://github.com/servo/rust-azure)",
|
||||
"layers 0.2.0 (git+https://github.com/servo/rust-layers)",
|
||||
"msg 0.0.1",
|
||||
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
2
ports/gonk/Cargo.lock
generated
2
ports/gonk/Cargo.lock
generated
|
@ -608,6 +608,8 @@ dependencies = [
|
|||
"azure 0.2.1 (git+https://github.com/servo/rust-azure)",
|
||||
"layers 0.2.0 (git+https://github.com/servo/rust-layers)",
|
||||
"msg 0.0.1",
|
||||
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue