diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-07-10 22:32:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 22:32:44 +0300 |
commit | 8bd2c13490f8cb6ad6b0c1104f9586b3554efea2 (patch) | |
tree | 6909d3be00c72c3c5acdd173aa7f411a1bc6b445 /alacritty/Cargo.toml | |
parent | b78f3d133960dad38ad21e808723e51661b59881 (diff) | |
download | r-alacritty-8bd2c13490f8cb6ad6b0c1104f9586b3554efea2.tar.gz r-alacritty-8bd2c13490f8cb6ad6b0c1104f9586b3554efea2.tar.bz2 r-alacritty-8bd2c13490f8cb6ad6b0c1104f9586b3554efea2.zip |
Add option to run command on bell
Fixes #1528.
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r-- | alacritty/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 6cd63867..9ed2d9ce 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -23,6 +23,7 @@ parking_lot = "0.10.2" font = { path = "../font", features = ["force_system_fontconfig"] } urlocator = "0.1.3" copypasta = { version = "0.7.0", default-features = false } +libc = "0.2" unicode-width = "0.1" [build-dependencies] |