diff options
author | Matthias Krüger <matthias.krueger@famsik.de> | 2020-05-24 02:52:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 00:52:47 +0000 |
commit | 88d87cfa86b4c4c14851a1901a6dbe59752044ad (patch) | |
tree | 9c06d2275418a794d1090c5062755a3f7bc4e089 /alacritty_terminal | |
parent | 69a9ee5e0ebc376c5815416306217dd3c28ca1b3 (diff) | |
download | alacritty-88d87cfa86b4c4c14851a1901a6dbe59752044ad.tar.gz alacritty-88d87cfa86b4c4c14851a1901a6dbe59752044ad.zip |
Remove unused dependencies
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 36b5f659..99ed6a21 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -10,7 +10,6 @@ edition = "2018" [dependencies] libc = "0.2" -notify = "4" bitflags = "1" font = { path = "../font" } parking_lot = "0.10.2" @@ -23,7 +22,6 @@ log = "0.4" unicode-width = "0.1" base64 = "0.11.0" terminfo = "0.7.1" -url = "2" copypasta = { version = "0.7.0", default-features = false } [target.'cfg(unix)'.dependencies] |