From 5da73b1807079c5289613b652901e29169b6ffc7 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sat, 23 Nov 2024 20:28:22 -0800 Subject: [PATCH] Switch metal-rs to upstream github --- blade-graphics/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blade-graphics/Cargo.toml b/blade-graphics/Cargo.toml index f6b8fc0..38b3745 100644 --- a/blade-graphics/Cargo.toml +++ b/blade-graphics/Cargo.toml @@ -22,11 +22,11 @@ raw-window-handle = "0.6" [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies] block = "0.1" core-graphics-types = "0.1" -#TODO: switch to crates once https://github.com/gfx-rs/metal-rs/pull/335 is published -#TODO: switch to upstream once these are merged: +#TODO: switch to crates once these are published: +# - https://github.com/gfx-rs/metal-rs/pull/335 # - https://github.com/gfx-rs/metal-rs/pull/336 # - https://github.com/gfx-rs/metal-rs/pull/337 -metal = { git = "https://github.com/kvark/metal-rs", branch = "blade" } +metal = { git = "https://github.com/gfx-rs/metal-rs", rev = "ef768ff9d742ae6a0f4e83ddc8031264e7d460c4" } objc = "0.2.5" naga = { workspace = true, features = ["msl-out"] }