From 9efb47db22b5b6b3635e01054aaa9dcde320610f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:56:47 +0000 Subject: [PATCH] Update Rust crate eframe to 0.36 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..77611f4 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.36", 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.