add data w/ serde and RON
This commit is contained in:
parent
6fb5d40c1c
commit
0c8c0463d5
4 changed files with 45 additions and 7 deletions
|
|
@ -5,3 +5,5 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
iced = "0.14.0"
|
||||
serde = { version = "1.0.228", features = [ "derive" ] }
|
||||
ron = "0.12.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue