objc2-metal-kit 0.2.0

Bindings to the MetalKit framework
Documentation
# This file has been automatically generated by `objc2`'s `header-translator`.
# DO NOT EDIT

[package]
name = "objc2-metal-kit"
version = "0.2.0" # Remember to update html_root_url in lib.rs
description = "Bindings to the MetalKit framework"
edition = "2021"
rust-version = "1.60"
keywords = ["cocoa", "apple", "framework", "macos", "ios"]
categories = [
    "api-bindings",
    "development-tools::ffi",
    "external-ffi-bindings",
    "os::macos-apis",
]
repository = "https://github.com/madsmtm/objc2"
license = "MIT"

[lints]
workspace = true

[dependencies]
objc2 = { path = "../../crates/objc2", version = "0.5.1", default-features = false, features = ["apple"] }
block2 = { path = "../../crates/block2", version = "0.5.0", optional = true }
objc2-app-kit = { path = "../objc2-app-kit", version = "0.2.0", optional = true }
objc2-foundation = { path = "../objc2-foundation", version = "0.2.0" }
objc2-metal = { path = "../objc2-metal", version = "0.2.0" }

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
features = ["all", "unstable-docsrs"]
targets = [
    "aarch64-apple-darwin",
    "x86_64-apple-darwin",
    "aarch64-apple-ios",
    "aarch64-apple-tvos",
    "aarch64-apple-ios-macabi",
]

[features]
default = ["std"]

# Currently not possible to turn off, put here for forwards compatibility.
std = ["alloc", "objc2/std"]
alloc = ["objc2/alloc"]

# For better documentation on docs.rs
unstable-docsrs = []
block2 = ["dep:block2"]
objc2-app-kit = ["dep:objc2-app-kit"]

MTKDefines = []
MTKModel = [
    "objc2-foundation/NSArray",
    "objc2-foundation/NSObject",
    "objc2-foundation/NSString",
    "objc2-metal/MTLBuffer",
    "objc2-metal/MTLDevice",
    "objc2-metal/MTLRenderCommandEncoder",
    "objc2-metal/MTLResource",
    "objc2-metal/MTLStageInputOutputDescriptor",
]
MTKTextureLoader = [
    "objc2-app-kit?/NSGraphics",
    "objc2-foundation/NSArray",
    "objc2-foundation/NSBundle",
    "objc2-foundation/NSData",
    "objc2-foundation/NSDictionary",
    "objc2-foundation/NSError",
    "objc2-foundation/NSGeometry",
    "objc2-foundation/NSString",
    "objc2-foundation/NSURL",
    "objc2-metal/MTLDevice",
    "objc2-metal/MTLResource",
    "objc2-metal/MTLTexture",
]
MTKView = [
    "objc2-app-kit?/NSAccessibilityProtocols",
    "objc2-app-kit?/NSAnimation",
    "objc2-app-kit?/NSAppearance",
    "objc2-app-kit?/NSDragging",
    "objc2-app-kit?/NSResponder",
    "objc2-app-kit?/NSUserInterfaceItemIdentification",
    "objc2-app-kit?/NSView",
    "objc2-foundation/NSCoder",
    "objc2-foundation/NSGeometry",
    "objc2-foundation/NSObject",
    "objc2-metal/MTLDevice",
    "objc2-metal/MTLPixelFormat",
    "objc2-metal/MTLRenderPass",
    "objc2-metal/MTLResource",
    "objc2-metal/MTLTexture",
]
all = [
    "MTKDefines",
    "MTKModel",
    "MTKTextureLoader",
    "MTKView",
    "block2",
    "objc2-app-kit",
]