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] [dependencies.iced]
path = "./iced" path = "./iced"
default-features = false default-features = false
features = ["image", "svg", "lazy"] features = ["advanced", "image", "svg", "lazy"]
[dependencies.iced_runtime] [dependencies.iced_runtime]
path = "./iced/runtime" path = "./iced/runtime"