Reduce tearing when redrawing screen

This commit is contained in:
Joscha 2023-05-10 19:35:56 +02:00
parent 3b9ffe8715
commit 6eb853e313
2 changed files with 22 additions and 9 deletions

View file

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.64"
crossterm = "0.26.0"
crossterm = "0.26.1"
unicode-linebreak = "0.1.4"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"