Skip to content

Commit 8ed0ebe

Browse files
Disable png-format feature from tiny-skia
1 parent f9a6a30 commit 8ed0ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ softbuffer = "0.4"
202202
syntect = "5.1"
203203
sysinfo = "0.33"
204204
thiserror = "1.0"
205-
tiny-skia = "0.11"
205+
tiny-skia = { version = "0.11", default-features = false, features = ["std", "simd"] }
206206
tokio = "1.0"
207207
tracing = "0.1"
208208
unicode-segmentation = "1.0"

0 commit comments

Comments
 (0)