From 7af7af0d1d6a9b82c638da8bb2403fb580b18943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 17:19:32 +0000 Subject: [PATCH] Update egui requirement from 0.17 to 0.18 Updates the requirements on [egui](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.17.0...0.17.0) --- updated-dependencies: - dependency-name: egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 882cc5e..c477bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ optional = true [dependencies.egui] optional = true -version = "0.17" +version = "0.18" features = ["convert_bytemuck"] [features]