From a89c8e0313fd13b3ac3713017aefb2b0a12e1db6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Apr 2021 16:29:19 +0000 Subject: [PATCH] build(deps): update vulkano requirement from 0.21.0 to 0.22.0 Updates the requirements on [vulkano](https://github.com/vulkano-rs/vulkano) to permit the latest version. - [Release notes](https://github.com/vulkano-rs/vulkano/releases) - [Changelog](https://github.com/vulkano-rs/vulkano/blob/master/CHANGELOG_VULKANO.md) - [Commits](https://github.com/vulkano-rs/vulkano/compare/v0.21.0...v0.22.0) Signed-off-by: dependabot-preview[bot] --- renderer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml index c1c350e..92dd6ed 100644 --- a/renderer/Cargo.toml +++ b/renderer/Cargo.toml @@ -18,7 +18,7 @@ rand = "0.8.3" safe-transmute = "0.11.1" simple_logger = "1.11.0" smallvec = "1.6.1" -vulkano = "0.21.0" +vulkano = "0.22.0" vulkano-shaders = "0.21.0" vulkano-win = "0.21.0" winit = "0.24.0" \ No newline at end of file