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

2
Cargo.lock generated
View file

@ -519,6 +519,7 @@ dependencies = [
"servo_config",
"sparkle",
"style",
"style_traits",
"surfman",
"surfman-chains",
"surfman-chains-api",
@ -5466,7 +5467,6 @@ dependencies = [
"encoding_rs",
"euclid",
"fallible",
"font-kit",
"fxhash",
"hashglobe",
"html5ever",