Skip to content

Commit d203392

Browse files
committed
Enable web-colors by default
Broken color blending is unfortunately the standard, and many fonts simply look terrible without it.
1 parent 15530cd commit d203392

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
@@ -22,7 +22,7 @@ all-features = true
2222
maintenance = { status = "actively-developed" }
2323

2424
[features]
25-
default = ["wgpu", "tiny-skia", "auto-detect-theme", "thread-pool"]
25+
default = ["wgpu", "tiny-skia", "web-colors", "auto-detect-theme", "thread-pool"]
2626
# Enables the `wgpu` GPU-accelerated renderer backend
2727
wgpu = ["iced_renderer/wgpu", "iced_widget/wgpu"]
2828
# Enables the `tiny-skia` software renderer backend

0 commit comments

Comments
 (0)