Added start of config stuff

This commit is contained in:
2023-06-04 12:08:42 +01:00
parent 105c6073fb
commit eb4bb58549
4 changed files with 140 additions and 19 deletions

View File

@@ -7,4 +7,7 @@ edition = "2021"
[dependencies]
eframe = "0.21.3"
rfd = "*"
rfd = "0.11.4"
serde = "1.0.163"
serde_derive = "1.0.163"
toml = "0.7.4"