diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 52b77a7507e..7ff69ed3c7b 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -40,6 +40,8 @@ extern crate debug_unreachable; extern crate derive_more; extern crate euclid; extern crate fallible; +#[cfg(feature = "servo")] +extern crate font_kit; extern crate fxhash; #[cfg(feature = "gecko")] #[macro_use] |