printpdf
printpdf copied to clipboard
Enable some features for docs.rs?
Currently, docs.rs doesn't show Image functions which are behind a "embedded_images" feature flag. Here is docs.rs's docs on how to enable it: https://docs.rs/about/metadata. I think adding this to Cargo.toml should work:
[package.metadata.docs.rs]
features = ["embedded_images"]