Disable png-format feature from tiny-skia

This commit is contained in:
Jakob Hellermann 2025-08-27 17:01:53 +02:00 committed by Héctor Ramón Jiménez
parent 39ca9e0233
commit 559ccbe955
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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"