From 559ccbe955e0081742a9d92f0b1bf21d888469f1 Mon Sep 17 00:00:00 2001 From: Jakob Hellermann Date: Wed, 27 Aug 2025 17:01:53 +0200 Subject: [PATCH] Disable `png-format` feature from `tiny-skia` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9364c26..7b92ddaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -224,7 +224,7 @@ softbuffer = { version = "0.4", default-features = false } syntect = { version = "5", default-features = false, features = ["default-fancy"] } sysinfo = "0.33" thiserror = "2" -tiny-skia = "0.11" +tiny-skia = { version = "0.11", default-features = false, features = ["std", "simd"] } tokio = "1.0" tracing = "0.1" unicode-segmentation = "1.0"