chore: enabled iced/web-colors by default to improve font rendering

This commit is contained in:
Michael Aaron Murphy 2024-02-27 21:56:22 +01:00
parent 7c3145828e
commit a09e76e729
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -45,8 +45,6 @@ wayland = [
]
# multi-window support
multi-window = ["iced/multi-window"]
# Enable web-colors in iced
web-colors = ["iced/web-colors"]
# Render with wgpu
wgpu = ["iced/wgpu", "iced_wgpu"]
# X11 window support via winit
@ -92,7 +90,7 @@ path = "cosmic-theme"
[dependencies.iced]
path = "./iced"
default-features = false
features = ["advanced", "image", "lazy", "svg"]
features = ["advanced", "image", "lazy", "svg", "web-colors"]
[dependencies.iced_runtime]
path = "./iced/runtime"