Cargo Features
[dependencies]
metal = { version = "0.33.0", default-features = false, features = ["private", "mps", "link", "cargo-clippy", "dispatch"] }
- default = link
-
The
linkfeature is set by default whenevermetalis added withoutsomewhere in the dependency tree.default-features = false - private
- mps
-
Affects
metal::mps… - link default
-
Enables link of core-graphics-types
core-graphics-types:
Disable to manually link. Enabled by default.
- cargo-clippy
-
Workaround for https://github.com/gfx-rs/metal-rs/pull/344#issuecomment-2569042111