# 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_mod_xr" version = "0.1.0-rc2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "semi generic Xr Api for Community Driven XR in Bevy" readme = "README.md" keywords = [ "gamedev", "bevy", "Xr", "Vr", ] license = "MIT/Apache-2.0" repository = "https://github.com/awtterpip/bevy_oxr" [lib] name = "bevy_mod_xr" path = "src/lib.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", "bevy_pbr", "x11", ] default-features = false [lints.clippy] too_many_arguments = "allow" type_complexity = "allow"