mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-01 23:51:46 -04:00
Use new mupdf search API
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user