Remove unused dependencies from the msg crate.

This commit is contained in:
Ms2ger 2016-01-11 14:25:40 +01:00
parent e89dd05a16
commit 7e3d1f88a0
6 changed files with 0 additions and 31 deletions

View file

@ -5,17 +5,11 @@
#![feature(custom_attribute, custom_derive, plugin)]
#![plugin(serde_macros, plugins)]
extern crate app_units;
extern crate azure;
#[macro_use]
extern crate bitflags;
#[cfg(target_os = "macos")]
extern crate core_foundation;
extern crate cssparser;
extern crate euclid;
extern crate hyper;
#[cfg(target_os = "macos")]
extern crate io_surface;
extern crate ipc_channel;
extern crate layers;
extern crate rustc_serialize;