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.
rust-oxipng/oxipng-fix-metadata.diff

20 lines
528 B

--- oxipng-9.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ oxipng-9.0.0/Cargo.toml 2024-02-17T11:45:14.377789+00:00
@@ -16,8 +16,15 @@
version = "9.0.0"
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
exclude = [
+ ".editorconfig",
+ ".gitattributes",
+ ".github/*",
+ ".gitignore",
+ ".pre-commit-hooks.yaml",
+ "Dockerfile",
+ "index.html",
+ "scripts/*",
"tests/*",
- "bench/*",
]
description = "A lossless PNG compression optimizer"
homepage = "https://github.com/shssoichiro/oxipng"