# 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_webxr" version = "0.0.0" description = "future bevy_mod_xr webxr backend" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/awtterpip/bevy_oxr" [dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", "x11", ] default-features = false [target."cfg(target_family = \"wasm\")".dependencies.bevy_mod_xr] version = "0.1.0-rc1" [target."cfg(target_family = \"wasm\")".dependencies.thiserror] version = "1.0.57" [target."cfg(target_family = \"wasm\")".dependencies.wgpu] version = "0.19.3" [target."cfg(target_family = \"wasm\")".dependencies.wgpu-hal] version = "0.19.3"