From 7f3ade7de49d37b6eeadc2ac09040c5ac3d5cab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:59:34 +0000 Subject: [PATCH] Update imgui requirement from 0.10 to 0.11 Updates the requirements on [imgui](https://github.com/imgui-rs/imgui-rs) to permit the latest version. - [Release notes](https://github.com/imgui-rs/imgui-rs/releases) - [Changelog](https://github.com/imgui-rs/imgui-rs/blob/main/CHANGELOG.markdown) - [Commits](https://github.com/imgui-rs/imgui-rs/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: imgui 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 40043063..8afaf85a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ presser = { version = "0.3" } # such as the ability to link/load a Vulkan library. ash = { version = ">=0.34, <=0.37", optional = true, default-features = false, features = ["debug"] } # Only needed for visualizer. -imgui = { version = "0.10", features = ["tables-api"], optional = true } +imgui = { version = "0.11", features = ["tables-api"], optional = true } [target.'cfg(windows)'.dependencies] # Only needed for public-winapi interop helpers