Create simple terminal and buffer abstractions

This commit is contained in:
Joscha 2022-05-21 19:59:07 +02:00
parent 704bb67c7b
commit bbaea3b5bf
5 changed files with 290 additions and 8 deletions

View file

@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
crossterm = "0.23.2"
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"