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:
parent
3a66f29775
commit
e6f42987ca
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user