Move ScriptMsg from msg crate into script_traits

This commit is contained in:
Tomas Cernaj 2015-12-09 20:50:11 +01:00
parent 8ba470d79f
commit 5507be2653
30 changed files with 121 additions and 109 deletions

View file

@ -7,18 +7,28 @@ authors = ["The Servo Project Developers"]
name = "script_traits"
path = "lib.rs"
[dependencies.canvas_traits]
path = "../canvas_traits"
[dependencies.msg]
path = "../msg"
[dependencies.net_traits]
path = "../net_traits"
[dependencies.offscreen_gl_context]
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
features = ["texture_surface"]
[dependencies.plugins]
path = "../plugins"
[dependencies.profile_traits]
path = "../profile_traits"
[dependencies.style_traits]
path = "../style_traits"
[dependencies.util]
path = "../util"