add image rendering support
This commit is contained in:
parent
d3756e4645
commit
728847157b
3 changed files with 1148 additions and 53 deletions
|
|
@ -11,6 +11,7 @@ path = "src/cli.rs"
|
|||
required-features = ["cli"]
|
||||
|
||||
[dependencies]
|
||||
image = { version = "0.25.8", optional = true }
|
||||
rug = "1.27"
|
||||
|
||||
[dependencies.clap]
|
||||
|
|
@ -21,3 +22,4 @@ optional = true
|
|||
[features]
|
||||
default = []
|
||||
cli = ["dep:clap"]
|
||||
image = ["dep:image"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue