chore: enabled iced/web-colors by default to improve font rendering
This commit is contained in:
parent
7c3145828e
commit
a09e76e729
1 changed files with 1 additions and 3 deletions
|
|
@ -45,8 +45,6 @@ wayland = [
|
||||||
]
|
]
|
||||||
# multi-window support
|
# multi-window support
|
||||||
multi-window = ["iced/multi-window"]
|
multi-window = ["iced/multi-window"]
|
||||||
# Enable web-colors in iced
|
|
||||||
web-colors = ["iced/web-colors"]
|
|
||||||
# Render with wgpu
|
# Render with wgpu
|
||||||
wgpu = ["iced/wgpu", "iced_wgpu"]
|
wgpu = ["iced/wgpu", "iced_wgpu"]
|
||||||
# X11 window support via winit
|
# X11 window support via winit
|
||||||
|
|
@ -92,7 +90,7 @@ path = "cosmic-theme"
|
||||||
[dependencies.iced]
|
[dependencies.iced]
|
||||||
path = "./iced"
|
path = "./iced"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["advanced", "image", "lazy", "svg"]
|
features = ["advanced", "image", "lazy", "svg", "web-colors"]
|
||||||
|
|
||||||
[dependencies.iced_runtime]
|
[dependencies.iced_runtime]
|
||||||
path = "./iced/runtime"
|
path = "./iced/runtime"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue