From 282a27ced62032f3b1934444f149827273b9df57 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sat, 27 Jul 2024 15:40:35 +0100 Subject: [PATCH] Updated to latest versions of E-Gui --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5412671..65be725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -egui = "0.22.0" -eframe = "0.22.0" +egui = "0.28.1" +eframe = "0.28.1" tracing-subscriber = "0.3.16"