mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue