diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-07-19 16:47:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 16:47:53 +0000 |
commit | 512fc6109182523c50e55ca8729b056442f36823 (patch) | |
tree | b0d6ccce0da3c8bfea5b3603ffd847851d52e9ea | |
parent | 3dabb9783e13580ba283942d632c5469eca8956a (diff) | |
download | alacritty-512fc6109182523c50e55ca8729b056442f36823.tar.gz alacritty-512fc6109182523c50e55ca8729b056442f36823.zip |
Remove redundant dependency from deb build
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [ |