realitykit 0.1.1

Full RealityKit bindings for Rust — macOS 12+, iOS 15+, visionOS 1+, macOS 26+
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "anyhow"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"

[[package]]
name = "apple-platforms"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14df291106a6b0b218c32e320ae7e653070673dfeac24d53caa5ef6b41cc5b6"
dependencies = [
 "anyhow",
]

[[package]]
name = "cc"
version = "1.2.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
dependencies = [
 "find-msvc-tools",
 "shlex",
]

[[package]]
name = "find-msvc-tools"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"

[[package]]
name = "realitykit"
version = "0.1.1"
dependencies = [
 "realitykit-sys",
]

[[package]]
name = "realitykit-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc2691ad5ef25d1a72344515a89aee7eae242f3e1598f918c83011cec7ac77da"
dependencies = [
 "swift-helper-build",
]

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "swift-helper-build"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47ef52c0477b8cbdce006052c985d5d43623a52304439ba3ed1d17a41adf73e2"
dependencies = [
 "apple-platforms",
 "cc",
]