# 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 = "bevy_vr_controller" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "VR character controller for Bevy" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/bevy_vr_controller" [lib] name = "bevy_vr_controller" path = "src/lib.rs" [[example]] name = "player" path = "examples/player.rs" [dependencies.avian3d] version = "0.1.2" [dependencies.bevy] version = "0.14.2" features = ["bevy_gltf"] default-features = false [dependencies.bevy-tnua] version = "0.19.0" [dependencies.bevy-tnua-avian3d] version = "0.1.1" [dependencies.bevy_vrm] version = "0.0.12" [dependencies.paste] version = "1.0.15" [dev-dependencies.bevy] version = "0.14.2" [target.'cfg(target_family = "wasm")'.dependencies.web-sys] version = "0.3.70" features = [ "Navigator", "Window", ] [lints.clippy] type_complexity = "allow"