Enable crisp feature by default 🎉

This commit is contained in:
Héctor Ramón Jiménez 2025-08-05 22:05:51 +02:00
parent 4d4f565da7
commit a8e2956f74
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -22,7 +22,7 @@ all-features = true
maintenance = { status = "actively-developed" }
[features]
default = ["wgpu", "tiny-skia", "web-colors", "auto-detect-theme", "thread-pool"]
default = ["wgpu", "tiny-skia", "crisp", "web-colors", "auto-detect-theme", "thread-pool"]
# Enables the `wgpu` GPU-accelerated renderer backend
wgpu = ["iced_renderer/wgpu", "iced_widget/wgpu"]
# Enables the `tiny-skia` software renderer backend