From fb28da2c2d9181c493452ff3279f4e9d5626a7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:47:46 +0000 Subject: [PATCH] Update egui-wgpu requirement from 0.26 to 0.27 Updates the requirements on [egui-wgpu](https://github.com/emilk/egui) to permit the latest version. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.26.0...0.27.0) --- updated-dependencies: - dependency-name: egui-wgpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rend3-egui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rend3-egui/Cargo.toml b/rend3-egui/Cargo.toml index d4697a9f..1aa77e43 100644 --- a/rend3-egui/Cargo.toml +++ b/rend3-egui/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.71" [dependencies] egui = "0.26" -egui-wgpu = "0.26" +egui-wgpu = "0.27" glam = "0.25" rend3 = { version = "^0.3.0", path = "../rend3" } wgpu = "0.19.0"