Implement recoloring of ascii art that don't use fore-back

This commit is contained in:
Teoh Han Hui 2024-07-08 02:04:45 +08:00
parent 46b618252f
commit c100ca52a6
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
5 changed files with 141 additions and 27 deletions

View file

@ -34,3 +34,4 @@ thiserror = { version = "1.0.61", default-features = false }
tracing = { version = "0.1.40", default-features = false }
tracing-subscriber = { version = "0.3.18", default-features = false }
unicode-normalization = { version = "0.1.23", default-features = false }
unicode-segmentation = { version = "1.11.0", default-features = false }