chore: add web-colors feature from iced

This commit is contained in:
Michael Aaron Murphy 2024-02-23 16:04:47 +01:00 committed by Michael Murphy
parent e90b584d91
commit 552077bd8e

View file

@ -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"