Merge pull request #3043 from jakobhellermann/remove-png-format-feature

Disable `png-format` feature from `tiny-skia`
This commit is contained in:
Héctor 2025-11-29 14:38:03 +01:00 committed by GitHub
commit 1425d6e1c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"