add data w/ serde and RON

This commit is contained in:
electria 2026-06-25 13:04:15 -07:00
commit 0c8c0463d5
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
4 changed files with 45 additions and 7 deletions

View file

@ -5,3 +5,5 @@ edition = "2024"
[dependencies]
iced = "0.14.0"
serde = { version = "1.0.228", features = [ "derive" ] }
ron = "0.12.2"