From 4d3a6519683b57da73662f1bc80a09c8d8666cdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:45:02 +0000 Subject: [PATCH] fix(deps): update rust crate egui to 0.30 --- crates/runtime/debug-ui/egui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/runtime/debug-ui/egui/Cargo.toml b/crates/runtime/debug-ui/egui/Cargo.toml index 3533253d8..11a0bec7c 100644 --- a/crates/runtime/debug-ui/egui/Cargo.toml +++ b/crates/runtime/debug-ui/egui/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1" -egui = "0.29" +egui = "0.30" egui-winit = "0.29" egui-wgpu = { version = "0.29", features = ["winit"] } winit = "0.30"