diff options
author | Tomas Cernaj <tomas@cernaj.de> | 2015-12-09 20:50:11 +0100 |
---|---|---|
committer | Tomas Cernaj <tomas@cernaj.de> | 2015-12-09 20:50:11 +0100 |
commit | 5507be2653d085245b8bf33be976653ab2378751 (patch) | |
tree | 3d069fd126da21dfb4f7ab0455ff768254ed0a2f /components/msg/lib.rs | |
parent | 8ba470d79fadf8787eb139af9047b0b4a10fe25c (diff) | |
download | servo-5507be2653d085245b8bf33be976653ab2378751.tar.gz servo-5507be2653d085245b8bf33be976653ab2378751.zip |
Move ScriptMsg from msg crate into script_traits
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index c989835e7ea..ca8383225fd 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -9,7 +9,6 @@ extern crate app_units; extern crate azure; #[macro_use] extern crate bitflags; -extern crate canvas_traits; #[cfg(target_os = "macos")] extern crate core_foundation; extern crate euclid; @@ -18,10 +17,8 @@ extern crate hyper; extern crate io_surface; extern crate ipc_channel; extern crate layers; -extern crate offscreen_gl_context; extern crate rustc_serialize; extern crate serde; -extern crate style_traits; extern crate url; extern crate util; |