Implement recoloring of ascii art that don't use fore-back
This commit is contained in:
parent
46b618252f
commit
c100ca52a6
5 changed files with 141 additions and 27 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue