Update mupdf to use git dependency so it works on windows

This commit is contained in:
itsjunetime
2025-09-05 10:34:46 -05:00
parent 45409bacd0
commit bd5554db27
6 changed files with 18 additions and 46 deletions
+3
View File
@@ -26,6 +26,7 @@ pub enum MaybeTransferred {
Transferred(kittage::ImageId)
}
#[derive(Debug)]
pub enum ConvertedImage {
Generic(Protocol),
Kitty {
@@ -168,6 +169,8 @@ pub async fn run_conversion_loop(
)
};
log::debug!("got converted page for num {} with results {:?}", page_info.page_num, page_info.result_rects);
// update the iteration to the iteration that we stole this image from
*iteration = new_iter;