Measure width of characters
This commit is contained in:
parent
704bb67c7b
commit
e74cd39047
2 changed files with 68 additions and 0 deletions
|
|
@ -4,3 +4,8 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.57"
|
||||
crossterm = "0.23.2"
|
||||
unicode-blocks = "0.1.4"
|
||||
unicode-segmentation = "1.9.0"
|
||||
unicode-width = "0.1.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue