fschutt / printpdf

A fully-featured PDF library for Rust, WASM-ready
https://fschutt.github.io/printpdf/
MIT License
829 stars 98 forks source link

Update Dependencies #179

Closed wyatt-herkamp closed 3 months ago

wyatt-herkamp commented 4 months ago

Formatted Code

Ran cargo fmt

Feature jpeg_rayon

This feature was renamed to just rayon. image crate now supports parallel processing on all formats

dxt

DXT support was dropped in image crate

Also fixed a few warnings about unnecessary path qualifications.