diff --git a/mistralrs-core/Cargo.toml b/mistralrs-core/Cargo.toml index d092a06ed1..47669c939f 100644 --- a/mistralrs-core/Cargo.toml +++ b/mistralrs-core/Cargo.toml @@ -105,7 +105,7 @@ rust-mcp-schema.workspace = true mistralrs-mcp = { workspace = true, features = ["utoipa"] } statrs.workspace = true -[target.'cfg(target_os = "macos")'.dependencies] +[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] objc = { workspace = true, optional = true } metal = { workspace = true, optional = true }