From 06ce2b2d90304b0480388dd595b84c0a7ac0ccac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:26:56 +0000 Subject: [PATCH] deps: Bump the egui group with 3 updates Updates the requirements on [egui](https://github.com/emilk/egui), [egui-wgpu](https://github.com/emilk/egui) and [egui-winit](https://github.com/emilk/egui) to permit the latest version. Updates `egui` to 0.34.1 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.33.3...0.34.1) Updates `egui-wgpu` to 0.34.1 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.33.3...0.34.1) Updates `egui-winit` to 0.34.1 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.33.3...0.34.1) --- updated-dependencies: - dependency-name: egui dependency-version: 0.34.1 dependency-type: direct:production dependency-group: egui - dependency-name: egui-wgpu dependency-version: 0.34.1 dependency-type: direct:production dependency-group: egui - dependency-name: egui-winit dependency-version: 0.34.1 dependency-type: direct:production dependency-group: egui ... Signed-off-by: dependabot[bot] --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a0a8b7..b28f042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,9 +31,9 @@ glam = { version = "0.29", features = ["bytemuck", "serde"] } bytemuck = { version = "1.19", features = ["derive"] } # Editor UI -egui = "0.33.3" -egui-wgpu = "0.33.3" -egui-winit = "0.33.3" +egui = "0.34.1" +egui-wgpu = "0.34.1" +egui-winit = "0.34.1" # Serialization serde = { version = "1.0", features = ["derive"] }