Adding egui directly and log
This commit is contained in:
parent
ef751e5cb8
commit
7f8c215227
2 changed files with 19 additions and 2 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue