1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

remove another unused crate

This commit is contained in:
Wez Furlong 2018-02-20 07:41:19 -08:00
parent 3a66f29775
commit e6f42987ca
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ harfbuzz-sys = "0.1.15"
libc = "0.2.36"
mio = "0.6.12"
palette = "0.2.1"
resize = "0.3.0"
serde = "1.0.27"
serde_derive = "1.0.27"
servo-fontconfig = "0.4.0"

View File

@ -11,7 +11,6 @@ extern crate harfbuzz_sys;
extern crate fontconfig; // from servo-fontconfig
#[cfg(not(target_os = "macos"))]
extern crate freetype;
extern crate resize;
extern crate libc;
extern crate mio;
extern crate serde;