diff options
| author | LingMan <LingMan@users.noreply.github.com> | 2023-07-04 15:51:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-04 15:51:18 +0200 |
| commit | 224e1df8e5afcf5c21a7769a6dc9cd47ffebd460 (patch) | |
| tree | 896edeff720ff03c94e8a666daeafce7548897c7 /crates | |
| parent | 5c6f6b6c8a6188a25c488eb0129787eaa715291d (diff) | |
Disable `binary` feature of `oxipng` (#1640)
The `oxipng` crate contains a binary target in addition to the library target. Said binary has
additional dependencies which are not needed by users of the library. Since Cargo unfortunately
doesn't currently offer a good way to express such binary-only dependencies, they are enabled by
default via the `binary` feature. Avoid downloading and building these unnecessary crates by disabling the `binary` feature.
Diffstat (limited to 'crates')
0 files changed, 0 insertions, 0 deletions
