From 4cf79920eb97bdc811d68ecbf25b0bc8749fe0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:42:08 +0000 Subject: [PATCH] build(deps): update raw-window-metal requirement from 0.4 to 1.1 Updates the requirements on [raw-window-metal](https://github.com/rust-windowing/raw-window-metal) to permit the latest version. - [Changelog](https://github.com/rust-windowing/raw-window-metal/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/raw-window-metal/compare/0.4.0...1.1.0) --- updated-dependencies: - dependency-name: raw-window-metal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ash-window/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash-window/Cargo.toml b/ash-window/Cargo.toml index fc04e14a1..cba15e409 100644 --- a/ash-window/Cargo.toml +++ b/ash-window/Cargo.toml @@ -23,7 +23,7 @@ ash = { path = "../ash", version = "0.38", default-features = false, features = raw-window-handle = "0.6" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] -raw-window-metal = "0.4" +raw-window-metal = "1.1" [dev-dependencies] winit = { version = "0.29", features = ["rwh_06"] }