diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2018-09-30 16:44:14 -0400 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-30 20:44:14 +0000 |
commit | f785f88a58daa3919255a268fa1da62aa07f13a7 (patch) | |
tree | a5989c6ccc924739f5c48330d8bd26b64bc7a47b /servo-freetype-proxy/src | |
parent | e01317d88593af7874da13c2043aa53336fb2d73 (diff) | |
download | alacritty-f785f88a58daa3919255a268fa1da62aa07f13a7.tar.gz alacritty-f785f88a58daa3919255a268fa1da62aa07f13a7.zip |
Bump fontconfig dependencies
The patch uses the Cargo.toml patch section to force a single downstream
choice of freetype-sys instead of relying on forks of other crates. It
also bumps the fontconfig/freetype dependencies in the process.
Diffstat (limited to 'servo-freetype-proxy/src')
-rw-r--r-- | servo-freetype-proxy/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servo-freetype-proxy/src/lib.rs b/servo-freetype-proxy/src/lib.rs new file mode 100644 index 00000000..73ce1ac5 --- /dev/null +++ b/servo-freetype-proxy/src/lib.rs @@ -0,0 +1,2 @@ +extern crate freetype_sys; +pub use freetype_sys::*; |