From 81ac0b5a7e33a46692dfb902e3a7e84d8e27a792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:05:29 +0000 Subject: [PATCH] Update gfx-backend-dx12 requirement from 0.5 to 0.9 Updates the requirements on [gfx-backend-dx12](https://github.com/gfx-rs/gfx) to permit the latest version. - [Release notes](https://github.com/gfx-rs/gfx/releases) - [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/gfx/commits) --- updated-dependencies: - dependency-name: gfx-backend-dx12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 61fd4544..64ab8788 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -37,7 +37,7 @@ thread_profiler = "0.3.0" raw-window-handle = "0.3.3" [target.'cfg(all(target_os = "windows", not(target_arch = "wasm32")))'.dependencies] -gfx-backend-dx12 = { version = "0.5", optional = true } +gfx-backend-dx12 = { version = "0.9", optional = true } [target.'cfg(any(all(not(target_arch = "wasm32"), target_os = "macos"), all(target_arch = "aarch64", target_os = "ios")))'.dependencies] gfx-backend-metal = { version = "0.5", optional = true }