Functional GUI with eframe

This commit is contained in:
Pcornat 2022-10-30 10:16:10 +01:00
commit b1c58ce93d
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
5 changed files with 2803 additions and 49 deletions

View file

@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
egui = "0.16.1"
json = "0.12.4"
eframe = { version = "*", features = ["screen_reader", "dark-light"] }
json = "*"