summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src
diff options
context:
space:
mode:
authorLingMan <LingMan@users.noreply.github.com>2023-07-04 15:51:18 +0200
committerGitHub <noreply@github.com>2023-07-04 15:51:18 +0200
commit224e1df8e5afcf5c21a7769a6dc9cd47ffebd460 (patch)
tree896edeff720ff03c94e8a666daeafce7548897c7 /crates/typst-cli/src
parent5c6f6b6c8a6188a25c488eb0129787eaa715291d (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/typst-cli/src')
0 files changed, 0 insertions, 0 deletions