pub fn ensure_mupdf_sources(root: &Path, force: bool) -> Result<()>Expand description
Ensures MuPDF sources at the required version are present in
thirdparty/mupdf/.
If the version header is missing or reports a different version the existing directory is removed and the sources are re-downloaded.