From 1f0a38abd8d4a0d1fda6c32692d03ae0164170e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:37:46 +0000 Subject: [PATCH] fix(deps): update rust crate egui_tiles to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22a096a..8e096e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tracing-subscriber = "0.3" serde = { version = "1", features = ["derive"] } catppuccin-egui = { version = "5" } -egui_tiles = "0.7.2" +egui_tiles = "0.15.0" log = "0.4.20" regex = "1.9.6"