mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-10 15:46:10 -05:00
![Jon Gjengset](/assets/img/avatar_default.png)
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.
229 B
229 B
This crate only exists to allow us to force servo-fontconfig-sys
to
use freetype-sys
instead of servo-freetype-sys
, which is in turn
needed so that we don't try to link with freetype
multiple times from
different crates.