aboutsummaryrefslogtreecommitdiff
path: root/font/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'font/Cargo.lock')
-rw-r--r--font/Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/font/Cargo.lock b/font/Cargo.lock
index 5dde9e48..9464e209 100644
--- a/font/Cargo.lock
+++ b/font/Cargo.lock
@@ -7,6 +7,7 @@ dependencies = [
"core-graphics 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"core-text 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ffi-util 0.1.0",
"freetype-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"servo-fontconfig 0.2.0 (git+https://github.com/jwilm/rust-fontconfig)",
@@ -76,6 +77,10 @@ dependencies = [
]
[[package]]
+name = "ffi-util"
+version = "0.1.0"
+
+[[package]]
name = "freetype-rs"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"