From 4a98b3b2995cd67aae64abacf0643d5b9c6e3565 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:40:12 +0000 Subject: [PATCH] fix(deps): update rust crate eframe to 0.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..3ad2008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] egui = "0.29" egui_plot = "0.29" -eframe = { version = "0.29", default-features = false, features = [ +eframe = { version = "0.33", default-features = false, features = [ "default_fonts", # Embed the default egui fonts. "glow", # Use the glow rendering backend. Alternative: "wgpu". "persistence", # Enable restoring app state when restarting the app.