mtl-foundation 1.0.1

Foundation framework bindings (NSObject, NSString, NSArray, etc.)
# 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"
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]