Move PaintListener to gfx_traits, Fixes #8834

Adding layers and msg dependency to gfx_traits.
This commit is contained in:
Tomas Cernaj 2015-12-11 18:43:10 +01:00
parent f5eec35cb4
commit 701aebee48
9 changed files with 57 additions and 34 deletions

2
ports/cef/Cargo.lock generated
View file

@ -615,6 +615,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]]

2
ports/gonk/Cargo.lock generated
View file

@ -613,6 +613,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]]