chore: add web-colors feature from iced
This commit is contained in:
parent
e90b584d91
commit
552077bd8e
1 changed files with 3 additions and 1 deletions
|
|
@ -45,6 +45,8 @@ 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
|
||||
|
|
@ -90,7 +92,7 @@ path = "cosmic-theme"
|
|||
[dependencies.iced]
|
||||
path = "./iced"
|
||||
default-features = false
|
||||
features = ["advanced", "image", "svg", "lazy"]
|
||||
features = ["advanced", "image", "lazy", "svg"]
|
||||
|
||||
[dependencies.iced_runtime]
|
||||
path = "./iced/runtime"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue