From 46b198aaab893a88eeeacffb0e4fdddad060d704 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> Date: Sat, 16 Dec 2023 20:39:10 +0100 Subject: [PATCH] Disable default features again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3012f8c8..f84c4c19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ pdf-writer = "0.9" pdfium-render = "0.8.6" regex = "1.8.4" termcolor = "1.2" -usvg = "0.37.0" +usvg = { version = "0.37.0", default-features = false } walkdir = "2.3.3" [package]