summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-12-30 18:55:10 -0800
committerJoe Wilm <joe@jwilm.com>2016-12-30 18:55:10 -0800
commita00970c9a83d0a9033e70650beb2f4a924cfe9cc (patch)
tree6d640e6f02f91580dc4b144b1c1697271fa52ae4 /Cargo.lock
parent44c6171bc0ce461697ef568a0b1134f02cb4c9aa (diff)
downloadalacritty-a00970c9a83d0a9033e70650beb2f4a924cfe9cc.tar.gz
alacritty-a00970c9a83d0a9033e70650beb2f4a924cfe9cc.zip
Add ffi-util crate and use in fontconfig wrapper
This cleans up and fixes the C-type wrapping for fontconfig.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0d81b264..1a8a7937 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -231,6 +231,10 @@ dependencies = [
]
[[package]]
+name = "ffi-util"
+version = "0.1.0"
+
+[[package]]
name = "filetime"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -247,6 +251,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.18 (registry+https://github.com/rust-lang/crates.io-index)",
"servo-fontconfig 0.2.0 (git+https://github.com/jwilm/rust-fontconfig)",