Enable serde feature of iced_core
This commit is contained in:
parent
7322ac1336
commit
ac2860f86f
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ path = "./iced/renderer"
|
||||||
|
|
||||||
[dependencies.iced_core]
|
[dependencies.iced_core]
|
||||||
path = "./iced/core"
|
path = "./iced/core"
|
||||||
|
features = ["serde"]
|
||||||
|
|
||||||
[dependencies.iced_widget]
|
[dependencies.iced_widget]
|
||||||
path = "./iced/widget"
|
path = "./iced/widget"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue