Use new mupdf search API

This commit is contained in:
itsjunetime
2025-03-06 10:30:05 -07:00
parent 6462c09030
commit ef8ace4f35
6 changed files with 63 additions and 44 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ async fn main() {
.nth(1)
.expect("Please enter a file to profile");
utils::render_doc(file).await;
utils::render_doc(file, None).await;
}