From 6a2f5214e99403e596cb4dc93cd82f5b2b3f2f8d Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 2 Oct 2024 15:58:14 +0200 Subject: [PATCH] Add 'all' dependency because I can't get it to work without when basing our code on the latest 'objc2-metal' branch --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 46bd757..a66ac96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,7 @@ objc2-metal = { version = "0.2.2", default-features = false, features = [ "MTLResource", "MTLTexture", "std", + "all", ], optional = true } [target.'cfg(windows)'.dependencies]