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

7
Cargo.lock generated
View file

@ -226,6 +226,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"unicode-normalization",
"unicode-segmentation",
]
[[package]]
@ -711,6 +712,12 @@ dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "valuable"
version = "0.1.0"