Cargo Features

[dependencies]
metal = { version = "0.28.0", default-features = false, features = ["private", "mps", "link", "dispatch"] }
default = link

The link feature is set by default whenever metal is added without default-features = false somewhere in the dependency tree.

private
mps

Affects metal::mps

Enables link of core-graphics-types

core-graphics-types:

Disable to manually link. Enabled by default.

Features from optional dependencies

dispatch implicit feature

Enables dispatch

dispatch:

Rust wrapper for Apple's Grand Central Dispatch