From 29809e4072a4eb2f47f214b4ab8a2defb7f5d5b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:40:18 +0000 Subject: [PATCH] fix(deps): update rust crate egui to 0.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..5d7e7ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -egui = "0.29" +egui = "0.33" egui_plot = "0.29" eframe = { version = "0.29", default-features = false, features = [ "default_fonts", # Embed the default egui fonts.