From a00970c9a83d0a9033e70650beb2f4a924cfe9cc Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Fri, 30 Dec 2016 18:55:10 -0800 Subject: Add ffi-util crate and use in fontconfig wrapper This cleans up and fixes the C-type wrapping for fontconfig. --- font/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'font/Cargo.toml') diff --git a/font/Cargo.toml b/font/Cargo.toml index d6cfcc38..f0c3e06a 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -8,6 +8,7 @@ license = "Apache-2.0" [dependencies] euclid = "0.6.8" libc = "0.2.11" +ffi-util = { path = "../ffi-util" } [target.'cfg(not(target_os = "macos"))'.dependencies] servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" } -- cgit v1.2.3-54-g00ecf