Update Rust crate eframe to 0.33.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-10-30 00:42:31 +00:00
parent 4d46f9c52c
commit 889c96d474
2 changed files with 358 additions and 263 deletions

View File

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