Update Rust crate egui to 0.30.0 #129

Open
pierre wants to merge 1 commits from renovate/egui-0.x into master
Showing only changes of commit 8f5d4dbd94 - Show all commits

View File

@ -7,6 +7,6 @@ edition = "2021"
env_logger = "0.11.5" env_logger = "0.11.5"
log = "0.4.22" log = "0.4.22"
clap = { version = "4.5.18", features = ["derive", "env"] } clap = { version = "4.5.18", features = ["derive", "env"] }
egui = "0.29.1" egui = "0.30.0"
eframe = "0.29.1" eframe = "0.29.1"
lazy_static = "1.5.0" lazy_static = "1.5.0"