Fix searching hehe

This commit is contained in:
itsjunetime
2025-02-19 09:13:54 -07:00
parent 3452294f59
commit 34047ca106
6 changed files with 91 additions and 64 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ flume = { version = "0.11.0", default-features = false, features = ["async"] }
xflags = "0.4.0-pre.2"
mimalloc = "0.1.43"
nix = { version = "0.29.0", features = ["signal"] }
mupdf = { git = "https://github.com/itsjunetime/mupdf-rs", branch = "june/plug_in_zerocopy", default-features = false, features = ["svg", "system-fonts", "img"] }
mupdf = { git = "https://github.com/itsjunetime/mupdf-rs", branch = "remove_debug_print", default-features = false, features = ["svg", "system-fonts", "img"] }
rayon = { version = "*", default-features = false }
# for tracing with tokio-console
console-subscriber = { version = "0.4.0", optional = true }