diff options
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index f0c3e06a..3ab2749e 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -9,6 +9,7 @@ license = "Apache-2.0" euclid = "0.6.8" libc = "0.2.11" ffi-util = { path = "../ffi-util" } +log = "0.3" [target.'cfg(not(target_os = "macos"))'.dependencies] servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" } |