realitykit 0.1.1

Full RealityKit bindings for Rust — macOS 12+, iOS 15+, visionOS 1+, macOS 26+
Documentation
1
2
3
4
5
// The Swift bridge is compiled and linked by realitykit-sys/build.rs.
// This build script only needs to pass the Swift runtime rpath.
fn main() {
    println!("cargo:rustc-link-arg=-Wl,-rpath,/usr/lib/swift");
}