Basic Color support

This commit is contained in:
Jaby
2022-09-21 20:43:08 +02:00
committed by Jaby
parent e5ba4490d3
commit c3910d5343
5 changed files with 78 additions and 7 deletions

View File

@@ -8,4 +8,5 @@ edition = "2021"
[dependencies]
clap = {version = "*", features = ["derive"]}
image = "*"
paste = "*"
tool_helper = {path = "../tool_helper"}