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/Cargo.toml | |
parent | 69a9ee5e0ebc376c5815416306217dd3c28ca1b3 (diff) | |
download | r-alacritty-88d87cfa86b4c4c14851a1901a6dbe59752044ad.tar.gz r-alacritty-88d87cfa86b4c4c14851a1901a6dbe59752044ad.tar.bz2 r-alacritty-88d87cfa86b4c4c14851a1901a6dbe59752044ad.zip |
Remove unused dependencies
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r-- | alacritty/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index e56a6688..5cd792ad 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -20,8 +20,6 @@ serde_yaml = "0.8" serde_json = "1" glutin = { version = "0.24.0", features = ["serde"] } notify = "4" -libc = "0.2" -unicode-width = "0.1" parking_lot = "0.10.2" font = { path = "../font" } urlocator = "0.1.3" @@ -41,7 +39,7 @@ dirs = "2.0.2" [target.'cfg(not(any(target_os="windows", target_os="macos")))'.dependencies] x11-dl = "2" -wayland-client = { version = "^0.26.6", features = ["dlopen"] } +wayland-client = { version = "0.26.6", features = ["dlopen"] } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.7", features = ["impl-default", "wincon"]} |