mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
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:
parent
7a696cbffe
commit
e5484250db
6 changed files with 35 additions and 61 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue