[package]
edition = "2024"
rust-version = "1.85"
name = "mtl-sys"
version = "1.0.0"
authors = ["Jason Herald <jason.herald@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Objective-C runtime bindings for Metal"
documentation = "https://jasonherald.github.io/metal.rs/mtl/"
readme = false
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_sys"
path = "src/lib.rs"
[dependencies]
[dev-dependencies]