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"