From 8f55be5fec2632bcf3ec8ed56f86082ba3767a51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:56:54 +0000 Subject: [PATCH] Update Rust crate egui_dock to 0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..b69a88c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ eframe = { version = "0.29", default-features = false, features = [ "persistence", # Enable restoring app state when restarting the app. ] } egui_extras ="0.29" -egui_dock = "0.14" +egui_dock = "0.21" catppuccin-egui = { version = "5.3.1", default-features = false, features = ["egui29"] } tracing-subscriber = "0.3"