Working OK

This commit is contained in:
Pcornat 2024-07-18 21:16:24 +02:00
commit fa6aca08ef
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
5 changed files with 33 additions and 37 deletions

View file

@ -6,9 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eframe = { version = "*", features = ["dark-light"] }
egui = { version = "*", features = ["deadlock_detection"]}
egui_file = "*"
eframe = { version = "*" }
rfd = "*"
json = "*"
serde = { version = "*", features = ["derive"] }
serde_json = "*"