From a484fbd6fdb74d62f8ca040bbaafa1f9221624bf Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 29 Jul 2022 22:32:16 +0200 Subject: [PATCH] Bump `raw-window-metal` to recently-released `0.3` https://github.com/norse-rs/raw-window-metal/pull/5 --- 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 379fab917..44364fad0 100644 --- a/ash-window/Cargo.toml +++ b/ash-window/Cargo.toml @@ -19,7 +19,7 @@ ash = { path = "../ash", version = "0.37", default-features = false } raw-window-handle = "0.5" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] -raw-window-metal = { git = "https://github.com/MarijnS95/raw-window-metal", rev = "0f7971c" } +raw-window-metal = "0.3" [dev-dependencies] winit = "0.27"