From 99453cab89c10565dc5807f85ad104da6ce626fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:50:01 -0500 Subject: [PATCH] fix(deps)!: update egui requirement from 0.24 to 0.25 (#20) 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.24.0...0.25.0) --- updated-dependencies: - dependency-name: egui dependency-type: direct:production ... BREAKING CHANGE: update public dependency egui to 0.25 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa77095..a93c79a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] exclude = ["assets/"] [dependencies] -egui = "0.24" +egui = "0.25" [dev-dependencies] eframe = "0.24"