apple-mps 0.2.1

Safe Rust bindings for Apple's MetalPerformanceShaders framework on macOS, backed by a Swift bridge
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "apple-cf"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f18f9f1747c86d067ade130403a7bfc1ba3609de64d4b69ea0ac3296f3052d08"

[[package]]
name = "apple-metal"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a64eafb592a3b7f6d0cd2f2073a4510703d8e9b776ab44e388f6e22d296a9dd1"
dependencies = [
 "apple-cf",
 "libc",
]

[[package]]
name = "apple-mps"
version = "0.2.1"
dependencies = [
 "apple-metal",
]

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"