From d2aa2d459c507dc481061a55f8ba368b79f4ad98 Mon Sep 17 00:00:00 2001 From: hacknus <33124824+hacknus@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:29:29 +0100 Subject: [PATCH] bump egui to 0.30 (#27) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 796f766..3134a0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,12 @@ include = ["src/*.rs", "Cargo.toml", "LICENSE"] [dependencies] log = "0.4" -egui = "0.29" +egui = "0.30" regex = "1.11" hashbrown = "0.15" [dev-dependencies] -eframe = "0.29" +eframe = "0.30" multi_log = "0.1" env_logger = "0.11"