messense / mupdf-rs

Rust binding to mupdf
GNU Affero General Public License v3.0
96 stars 21 forks source link

Add feature to include all fonts #52

Closed Jesse-Bakker closed 1 year ago

messense commented 1 year ago

Note that all-fonts feature does not work from crates.io releases because we excluded these font files to reduce package size, otherwise it can't be uploaded to crates.io due to size limit.

https://github.com/messense/mupdf-rs/blob/4d6de030439259a5a0abcd80af6c8e8d33cd82ae/mupdf-sys/Cargo.toml#L9-L13