chore(iced): enable advanced feature

This commit is contained in:
Michael Aaron Murphy 2023-10-12 13:14:18 +02:00 committed by Michael Murphy
parent 48bffcbe0f
commit 7ee1f545e1

View file

@ -67,7 +67,7 @@ path = "cosmic-theme"
[dependencies.iced]
path = "./iced"
default-features = false
features = ["image", "svg", "lazy"]
features = ["advanced", "image", "svg", "lazy"]
[dependencies.iced_runtime]
path = "./iced/runtime"