Enable web-colors by default

Broken color blending is unfortunately the standard,
and many fonts simply look terrible without it.
This commit is contained in:
Héctor Ramón Jiménez 2025-04-02 20:19:40 +02:00
parent 15530cd57d
commit d203392c9d
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", "auto-detect-theme", "thread-pool"]
default = ["wgpu", "tiny-skia", "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