chore(iced): enable advanced feature
This commit is contained in:
parent
48bffcbe0f
commit
7ee1f545e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue