g-apple 0.1.0

Apple Metal/MPS GPU backend for the g tensor library
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"

[[package]]
name = "g-apple"
version = "0.1.0"
dependencies = [
 "g-core",
 "objc2",
 "objc2-foundation",
 "objc2-metal",
 "objc2-metal-performance-shaders",
 "objc2-metal-performance-shaders-graph",
]

[[package]]
name = "g-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef9c5a95592e015e0e9f8b260f1f06ec4a2a4e64c218cfe6574c71a4515ecc24"

[[package]]
name = "objc2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
dependencies = [
 "objc2-encode",
]

[[package]]
name = "objc2-encode"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"

[[package]]
name = "objc2-foundation"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
dependencies = [
 "bitflags",
 "objc2",
]

[[package]]
name = "objc2-metal"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
dependencies = [
 "bitflags",
 "objc2",
 "objc2-foundation",
]

[[package]]
name = "objc2-metal-performance-shaders"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a10f15ff4e2045f947ffca8a17fc351b155c321de16f04278a008a1f446784"
dependencies = [
 "bitflags",
 "objc2",
 "objc2-foundation",
 "objc2-metal",
]

[[package]]
name = "objc2-metal-performance-shaders-graph"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3733321d6edbaa799a59b3f2c82b9e83abfa7577eae0274d3c02f9e879eab1aa"
dependencies = [
 "bitflags",
 "objc2",
 "objc2-foundation",
 "objc2-metal",
 "objc2-metal-performance-shaders",
]