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
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "realitykit"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Full RealityKit bindings for Rust — macOS 12+, iOS 15+, visionOS 1+, macOS 26+"
readme = "README.md"
keywords = [
    "realitykit",
    "3d",
    "ar",
    "visionos",
    "apple",
]
license = "GPL-3.0"
repository = "https://github.com/eugenehp/rswift"

[features]
default = []
macos-26 = []
visionos = []

[lib]
name = "realitykit"
path = "src/lib.rs"

[[example]]
name = "audio"
path = "examples/audio.rs"

[[example]]
name = "physics"
path = "examples/physics.rs"

[[example]]
name = "scene_builder"
path = "examples/scene_builder.rs"

[dependencies.realitykit-sys]
version = "0.1.0"

[lints.clippy]
missing_transmute_annotations = "warn"
unnecessary_wraps = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = [
    'cfg(target_os, values("xros", "tvos", "watchos"))',
    'cfg(target_abi, values("sim"))',
]