From 512fc6109182523c50e55ca8729b056442f36823 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 19 Jul 2018 16:47:53 +0000 Subject: Remove redundant dependency from deb build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb8bde8d..d196e8c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ Alacritty is the fastest terminal emulator in existence. Using the GPU for \ rendering enables optimizations that simply aren't possible in other emulators. \ Alacritty currently supports FreeBSD, Linux, macOS, and OpenBSD. Windows \ support is planned before the 1.0 release. """ -depends = "$auto, cmake, libfreetype6-dev, libfontconfig1-dev, xclip, gperf" +depends = "$auto, cmake, libfreetype6-dev, libfontconfig1-dev, xclip" section = "rust" priority = "optional" assets = [ -- cgit