Auto merge of #8939 - cnaj:msg_refactoring, r=Ms2ger

Move PaintListener to gfx_traits, Fixes #8834

Adding layers and msg dependency to gfx_traits.

Fixes #8834.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8939)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-12 04:27:55 +05:30
commit 9f0c6d75d1
9 changed files with 57 additions and 34 deletions

View file

@ -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]]