From a5872aba8f389a71e6a9b870b7dc6dbf9bb586fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:40:23 +0000 Subject: [PATCH] fix(deps): update rust crate egui_extras to 0.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..cfb804b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ eframe = { version = "0.29", default-features = false, features = [ "glow", # Use the glow rendering backend. Alternative: "wgpu". "persistence", # Enable restoring app state when restarting the app. ] } -egui_extras ="0.29" +egui_extras ="0.33" egui_dock = "0.14" catppuccin-egui = { version = "5.3.1", default-features = false, features = ["egui29"] }