Update Rust crate eframe to 0.32.2
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-05 00:25:56 +00:00
parent 94652a82fe
commit b1b4eaa341
2 changed files with 19 additions and 19 deletions

View File

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