objc2-metal-kit 0.3.0

Bindings to the MetalKit framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
framework = "MetalKit"
crate = "objc2-metal-kit"
required-crates = ["objc2", "objc2-foundation", "objc2-metal"]
macos = "10.11"
maccatalyst = "13.0"
ios = "9.0"
tvos = "9.0"
visionos = "1.0"

# TODO: Re-enable these once the relevant frameworks are present
class.MTKMeshBufferAllocator.skipped-protocols = ["MDLMeshBufferAllocator"]
class.MTKMeshBuffer.skipped-protocols = ["MDLMeshBuffer", "MDLNamed"]

# error: unknown error result type
class.MTKTextureLoader.methods."newTexturesWithContentsOfURLs:options:error:".skipped = true