vx-gpu 0.3.0

Shared-memory Metal buffer management for Apple Silicon UMA
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "vx-gpu"
version = "0.3.0"
authors = ["Mitterrand Ekole"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared-memory Metal buffer management for Apple Silicon UMA"
documentation = "https://misterekole.github.io/vx-rs/"
readme = "README.md"
keywords = [
    "gpu",
    "metal",
    "apple-silicon",
    "computer-vision",
]
categories = [
    "graphics",
    "os::macos-apis",
]
license = "MIT"
repository = "https://github.com/MisterEkole/vx-rs"

[lib]
name = "vx_gpu"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.objc2]
version = "0.6"

[dependencies.objc2-foundation]
version = "0.3"
features = [
    "NSString",
    "NSURL",
]

[dependencies.objc2-metal]
version = "0.3"
features = [
    "MTLDevice",
    "MTLCommandQueue",
    "MTLCommandBuffer",
    "MTLCommandEncoder",
    "MTLComputeCommandEncoder",
    "MTLComputePipeline",
    "MTLRenderCommandEncoder",
    "MTLRenderPipeline",
    "MTLRenderPass",
    "MTLDepthStencil",
    "MTLBuffer",
    "MTLTexture",
    "MTLLibrary",
    "MTLResource",
    "MTLTypes",
    "MTLPixelFormat",
    "MTLVertexDescriptor",
]