From c3ffd0515a0ae475da3d5e90e645999032c32f1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:09:04 +0000 Subject: [PATCH] fix(deps): update rust crate egui to 0.33.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28527b0..8d8d21e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["frontend"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -egui = "0.22.0" +egui = "0.33.0" # You only need serde if you want app persistence: serde = { version = "1", features = ["derive"] } rand = "0.8.5"