# 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_xr_utils" version = "0.1.0-rc2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "utils for bevy_mod_xr and bevy_mod_openxr" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/awtterpip/bevy_oxr" [lib] name = "bevy_xr_utils" path = "src/lib.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", "bevy_pbr", "x11", "bevy_gizmos", ] default-features = false [dependencies.bevy_mod_openxr] version = "0.1.0-rc1" [dependencies.bevy_mod_xr] version = "0.1.0-rc1" [target.'cfg(not(target_family = "wasm"))'.dependencies.openxr] version = "0.18.0" [lints.clippy] too_many_arguments = "allow" type_complexity = "allow"