[package]
edition = "2024"
rust-version = "1.85"
name = "mtl-foundation"
version = "1.0.1"
authors = ["Jason Herald <jason.herald@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Foundation framework bindings (NSObject, NSString, NSArray, etc.)"
documentation = "https://jasonherald.github.io/metal.rs/mtl_gpu/"
readme = "README.md"
keywords = [
"metal",
"gpu",
"graphics",
"apple",
"macos",
]
categories = [
"api-bindings",
"rendering",
"graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jasonherald/metal.rs"
resolver = "2"
[features]
default = []
[lib]
name = "mtl_foundation"
path = "src/lib.rs"
[dependencies.mtl-sys]
version = "1.0.1"
[dev-dependencies]