first prototype

This commit is contained in:
electria 2026-06-25 14:24:07 -07:00
commit 1ea9e22d01
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 208 additions and 7 deletions

View file

@ -7,3 +7,4 @@ edition = "2024"
iced = "0.14.0"
serde = { version = "1.0.228", features = [ "derive" ] }
ron = "0.12.2"
dirs = "6.0.0"