From 8bd2c13490f8cb6ad6b0c1104f9586b3554efea2 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 10 Jul 2020 22:32:44 +0300 Subject: Add option to run command on bell Fixes #1528. --- alacritty/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'alacritty/Cargo.toml') 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] -- cgit