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:
parent
15530cd57d
commit
d203392c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue