Files
packages/anda/langs/rust/oxipng/oxipng-fix-metadata-auto.diff
T
Raboneko 0a8605a34d fix: oxipng (#1520) (#1527)
(cherry picked from commit 1aaacb5410)

Co-authored-by: madomado <madonuko@outlook.com>
2024-07-13 14:49:37 -07:00

26 lines
524 B
Diff

--- oxipng-9.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ oxipng-9.1.2/Cargo.toml 2024-07-13T07:08:09.478330+00:00
@@ -150,7 +150,6 @@
[features]
binary = [
"dep:clap",
- "dep:glob",
"dep:env_logger",
]
default = [
@@ -169,13 +168,10 @@
sanity-checks = ["dep:image"]
zopfli = ["dep:zopfli"]
-[target."cfg(windows)".dependencies.glob]
-version = "0.3.1"
-optional = true
-
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "shssoichiro/oxipng"
+