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/Cargo.toml | |
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/Cargo.toml')
-rw-r--r-- | servo-freetype-proxy/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/servo-freetype-proxy/Cargo.toml b/servo-freetype-proxy/Cargo.toml new file mode 100644 index 00000000..83342ddf --- /dev/null +++ b/servo-freetype-proxy/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "servo-freetype-sys" +version = "4.0.3" +authors = ["Jon Gjengset <jon@thesquareplanet.com>"] + +[lib] +name = "freetype_sys" +path = "src/lib.rs" + +[dependencies] +freetype-sys = "*" |