apple-metal 0.2.0

Safe Rust bindings for Apple's Metal framework — GPU access + IOSurface zero-copy texture interop on macOS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "apple-metal"
version = "0.2.0"
dependencies = [
 "apple-cf",
]