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

@ -98,7 +98,3 @@ serde = "0.7"
serde_macros = "0.7"
time = "0.1.17"
url = {version = "0.5.7", features = ["heap_size"]}
[target.x86_64-apple-darwin.dependencies]
core-graphics = "0.3"
core-text = "1.1"

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"))]