mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move PaintListener to gfx_traits, Fixes #8834
Adding layers and msg dependency to gfx_traits.
This commit is contained in:
parent
f5eec35cb4
commit
701aebee48
9 changed files with 57 additions and 34 deletions
2
components/servo/Cargo.lock
generated
2
components/servo/Cargo.lock
generated
|
@ -655,6 +655,8 @@ name = "gfx_traits"
|
|||
version = "0.0.1"
|
||||
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",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue