This commit is contained in:
Pcornat 2022-11-25 21:12:16 +01:00
commit c489be9c78
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
7 changed files with 293 additions and 236 deletions

View file

@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
eframe = { version = "*", features = ["dark-light"] }
json = "*"
serde = { version = "*", features = ["derive"] }
serde_json = "*"