feat: code borrowed from https://github.com/MCorange99/svg2colored-png/tree/main in order to convert from svg to png
This commit is contained in:
parent
725bfa41cc
commit
0034bd34d6
5 changed files with 867 additions and 221 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -49,4 +49,13 @@ toml = "0.8.23"
|
|||
serde = "1.0"
|
||||
|
||||
gdk-pixbuf = "0.20.10"
|
||||
resvg = "=0.6.1"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
|
||||
eyre = "0.6.8"
|
||||
color-eyre = "0.6.2"
|
||||
usvg-text-layout = "0.29.0"
|
||||
usvg = "0.29.0"
|
||||
resvg = "0.29.0"
|
||||
tiny-skia = "0.8.3"
|
||||
log = "0.4.20"
|
||||
simple_logger = "4.2.0"
|
Loading…
Add table
Add a link
Reference in a new issue