Adding egui directly and log

This commit is contained in:
Pcornat 2025-09-15 19:43:16 +02:00
commit 7f8c215227
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 19 additions and 2 deletions

View file

@ -6,7 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
egui = {version = "0.32.3", features = ["log"]}
eframe = { version = "0.32.3" }
log = "0.4.28"
colog = "1.4.0"
rfd = "*"
json = "*"
serde = { version = "*", features = ["derive"] }