Cargo Features

[dependencies]
objc2-metal-fx = { version = "0.3.0", default-features = false, features = ["std", "alloc", "MTLFXDefines", "MTLFXTemporalScaler"] }
default = MTLFXDefines, MTLFXSpatialScaler, MTLFXTemporalScaler, std

These default features are set whenever objc2-metal-fx is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std
MTLFXDefines default
MTLFXSpatialScaler MTLFXTemporalScaler default

Enables NSObject of objc2-foundation, MTLAllocation, MTLCommandBuffer, MTLDevice, MTLFence, MTLPixelFormat, MTLResource and MTLTexture of objc2-metal

objc2-metal-fx has 5 features without comments.