You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
486 B
26 lines
486 B
--- oxipng-9.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ oxipng-9.1.1/Cargo.toml 2024-04-26T21:18:32.492352+00:00
|
|
@@ -150,7 +150,6 @@
|
|
[features]
|
|
binary = [
|
|
"clap",
|
|
- "glob",
|
|
"env_logger",
|
|
]
|
|
default = [
|
|
@@ -167,13 +166,10 @@
|
|
]
|
|
sanity-checks = ["image"]
|
|
|
|
-[target."cfg(windows)".dependencies.glob]
|
|
-version = "0.3.1"
|
|
-optional = true
|
|
-
|
|
[badges.maintenance]
|
|
status = "actively-developed"
|
|
|
|
[badges.travis-ci]
|
|
branch = "master"
|
|
repository = "shssoichiro/oxipng"
|
|
+
|