summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-25 13:52:03 +0000
committerGitHub <noreply@github.com>2020-03-25 16:52:03 +0300
commit637c775a9997525dc56b2356b8171fd00ef5f0d2 (patch)
tree8426f67b4f24564cbdcbcb228b56f8849258ad46 /Cargo.toml
parent69ca8951761cb0f28675963cb49d15200aea4059 (diff)
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.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe1c8471..b904b2f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,3 @@ members = [
lto = true
debug = 1
incremental = false
-
-[patch.crates-io]
-servo-freetype-sys = { path = "servo-freetype-proxy" }