mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
f785f88a58
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.
11 lines
193 B
TOML
11 lines
193 B
TOML
[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 = "*"
|