From 8f5d4dbd94c6c37b137845c32dc0aba2f4f56c82 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 31 Dec 2024 00:23:45 +0000 Subject: [PATCH] Update Rust crate egui to 0.30.0 --- custom_consumption/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index b96821f..e3ad9b5 100644 --- a/custom_consumption/Cargo.toml +++ b/custom_consumption/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" env_logger = "0.11.5" log = "0.4.22" clap = { version = "4.5.18", features = ["derive", "env"] } -egui = "0.29.1" +egui = "0.30.0" eframe = "0.29.1" lazy_static = "1.5.0"