Remove unused crates on macos.

This commit is contained in:
Josh Matthews 2016-04-23 10:40:09 -04:00
parent 5e31681740
commit 97637d8949
7 changed files with 0 additions and 20 deletions

View file

@ -18,10 +18,6 @@ extern crate azure;
extern crate canvas;
extern crate canvas_traits;
extern crate clipboard;
#[cfg(target_os = "macos")]
extern crate core_graphics;
#[cfg(target_os = "macos")]
extern crate core_text;
extern crate devtools_traits;
extern crate euclid;
#[cfg(not(target_os = "windows"))]