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

@ -37,6 +37,7 @@ servo_arc = { path = "../servo_arc" }
servo_config = { path = "../config" }
sparkle = "0.1.25"
style = { path = "../style" }
style_traits = { path = "../style_traits" }
# NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms!
surfman = { version = "0.2", features = ["sm-angle", "sm-angle-default"] }
surfman-chains = "0.3"