From b630a74a0061743fbe2b3ec003e16834e29d3a40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:04:54 +0000 Subject: [PATCH] fix(deps): update rust crate egui to 0.27.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28527b0..cd0fd31 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.27.2" # You only need serde if you want app persistence: serde = { version = "1", features = ["derive"] } rand = "0.8.5"