Update Rust crate eframe to 0.32.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-09-14 00:40:52 +00:00
parent e10d7ef478
commit 742bb8e2ed
2 changed files with 19 additions and 19 deletions

View File

@@ -8,5 +8,5 @@ env_logger = "0.11.8"
log = "0.4.28"
clap = { version = "4.5.47", features = ["derive", "env"] }
egui = "0.32.2"
eframe = "0.32.2"
eframe = "0.32.3"
lazy_static = "1.5.0"