diff --git a/Cargo.toml b/Cargo.toml index e4c32f1..0ebad02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,9 @@ sys-lib = ["mupdf?/sys-lib"] xdg-portal = ["libcosmic/xdg-portal"] wgpu = ["libcosmic/wgpu"] +[patch."https://github.com/jackpot51/mupdf-rs"] +mupdf = { path = "vendor/mupdf-rs" } + [profile.release-with-debug] inherits = "release" debug = true