mtl-rs 0.1.0

Rust bindings for Apple's Metal API
# 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 = "2024"
name = "mtl-rs"
version = "0.1.0"
authors = ["Eugene Bokhan <eugenebokhan@icloud.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Apple's Metal API"
readme = "README.md"
keywords = [
    "metal",
    "graphics",
    "apple",
    "macos",
    "ios",
]
categories = [
    "api-bindings",
    "graphics",
    "os::macos-apis",
    "rendering::graphics-api",
]
license = "MIT"
repository = "https://github.com/computer-graphics-tools/mtl-rs"

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

[dependencies.bitflags]
version = "2.10.0"

[dependencies.block2]
version = "0.6.2"

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

[dependencies.core-graphics]
version = "0.25.0"

[dependencies.core-graphics-types]
version = "0.2.0"
default-features = false

[dependencies.dispatch2]
version = "0.3.0"

[dependencies.libc]
version = "0.2.180"

[dependencies.objc2]
version = "0.6.3"

[dependencies.objc2-core-foundation]
version = "0.3.2"

[dependencies.objc2-foundation]
version = "0.3.2"

[dependencies.objc2-io-surface]
version = "0.3.2"

[dependencies.once_cell]
version = "1.21.3"