We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92a913 commit ae6d31eCopy full SHA for ae6d31e
1 file changed
Cargo.toml
@@ -38,7 +38,7 @@ required-features = ["cli"]
38
miniz_oxide = "0.7"
39
pdf-writer = "0.8"
40
usvg = { version = "0.35", default-features = false }
41
-image = { version = "0.24", features = ["jpeg", "png", "gif"], optional = true }
+image = { version = "0.24", default-features = false, features = ["jpeg", "png", "gif"], optional = true }
42
termcolor = { version = "1", optional = true }
43
clap = { version = "4.4.2", features = ["derive"], optional = true }
44
fontdb = { version = "0.14", optional= true }
0 commit comments