diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-06-18 19:23:59 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-06-18 23:51:17 +0200 |
commit | e5484250db28c8ff5bfd5b71d5bac24be49e67f0 (patch) | |
tree | 33de844b42b77ac0d4884ba056667976be57f5a1 /components/canvas/Cargo.toml | |
parent | 7a696cbffe781f0d8be339e4f9bfe63ee7da772c (diff) | |
download | servo-e5484250db28c8ff5bfd5b71d5bac24be49e67f0.tar.gz servo-e5484250db28c8ff5bfd5b71d5bac24be49e67f0.zip |
style: Remove the dependency on font-kit from style.
No good reason to have this IMO, and helps remove some #[cfg] blocks.
Diffstat (limited to 'components/canvas/Cargo.toml')
-rw-r--r-- | components/canvas/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index f0374c3df90..782e9fba4f0 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -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" |