diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-25 13:52:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 16:52:03 +0300 |
commit | 637c775a9997525dc56b2356b8171fd00ef5f0d2 (patch) | |
tree | 8426f67b4f24564cbdcbcb228b56f8849258ad46 /Cargo.toml | |
parent | 69ca8951761cb0f28675963cb49d15200aea4059 (diff) | |
download | alacritty-637c775a9997525dc56b2356b8171fd00ef5f0d2.tar.gz alacritty-637c775a9997525dc56b2356b8171fd00ef5f0d2.zip |
Update Linux/BSD font dependencies
This updates font dependencies to make use of the newly unified
freetype-sys crate, allowing us to get rid of Alacritty's patch section
in the Cargo.toml.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,6 +9,3 @@ members = [ lto = true debug = 1 incremental = false - -[patch.crates-io] -servo-freetype-sys = { path = "servo-freetype-proxy" } |