From ee93ee7a9ab1d8da86023a20a83e8d0e0af09a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:07:19 +0000 Subject: [PATCH] fix(deps): update rust crate egui_plot to 0.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..4f18afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] egui = "0.29" -egui_plot = "0.29" +egui_plot = "0.34" eframe = { version = "0.29", default-features = false, features = [ "default_fonts", # Embed the default egui fonts. "glow", # Use the glow rendering backend. Alternative: "wgpu".