Working OK
This commit is contained in:
parent
09c02c8783
commit
fa6aca08ef
5 changed files with 33 additions and 37 deletions
|
|
@ -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 = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue