style: Remove the dependency on font-kit from style.

No good reason to have this IMO, and helps remove some #[cfg] blocks.
This commit is contained in:
Emilio Cobos Álvarez 2020-06-18 19:23:59 +02:00
parent 7a696cbffe
commit e5484250db
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
6 changed files with 35 additions and 61 deletions

View file

@ -40,8 +40,6 @@ extern crate debug_unreachable;
extern crate derive_more;
extern crate euclid;
extern crate fallible;
#[cfg(feature = "servo")]
extern crate font_kit;
extern crate fxhash;
#[cfg(feature = "gecko")]
#[macro_use]