Update dependencies
This commit is contained in:
parent
ccd9039080
commit
0e65343712
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
egui = {version = "0.32.3", features = ["log"]}
|
egui = { version = "0.33.3" }
|
||||||
eframe = { version = "0.32.3" }
|
eframe = { version = "0.33.3" }
|
||||||
log = "0.4.28"
|
log = "0.4.28"
|
||||||
colog = "1.4.0"
|
colog = "1.4.0"
|
||||||
rfd = "*"
|
rfd = "*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue