Follow-on from #64. The use of the dep:image explicit feature dependency limited pdfium-render to Rust version 1.0.60 since release 0.7.27; this was unnecessary, since an implicit feature dependency is perfectly workable here. See https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies.
Additionally, corrected the import of PdfPoints into PdfPageImageObject - this import was previously tied to the use of the image feature, which is incorrect.
Updated README.md. Packaged for release as part of version 0.8.4.
Follow-on from #64. The use of the
dep:image
explicit feature dependency limitedpdfium-render
to Rust version 1.0.60 since release 0.7.27; this was unnecessary, since an implicit feature dependency is perfectly workable here. See https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies.Additionally, corrected the import of
PdfPoints
intoPdfPageImageObject
- this import was previously tied to the use of the image feature, which is incorrect.Updated
README.md
. Packaged for release as part of version 0.8.4.