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

@ -29,6 +29,7 @@ tempfile = { workspace = true, features = [] }
thiserror = { workspace = true, features = [] }
tracing = { workspace = true, features = ["attributes", "std"] }
tracing-subscriber = { workspace = true, features = ["ansi", "fmt", "smallvec", "std", "tracing-log"] }
unicode-segmentation = { workspace = true, features = [] }
[build-dependencies]
indexmap = { workspace = true, features = ["std"] }