Update to alacritty_terminal v0.20

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
This commit is contained in:
Mohammad AlSaleh 2023-12-31 12:50:54 +03:00 committed by Jeremy Soller
parent 0866a6897d
commit fb2b251a33
5 changed files with 142 additions and 433 deletions

View file

@ -1,6 +1,6 @@
use alacritty_terminal::{
ansi::NamedColor,
term::color::{Colors, Rgb},
term::color::Colors,
vte::ansi::{NamedColor, Rgb},
};
use std::collections::HashMap;