# 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_openxr" version = "0.1.0-rc2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Community crate for OpenXR in Bevy" readme = "README.md" keywords = [ "gamedev", "bevy", "Xr", "Vr", "OpenXR", ] license = "MIT/Apache-2.0" repository = "https://github.com/awtterpip/bevy_oxr" [lib] name = "bevy_mod_openxr" path = "src/lib.rs" [[example]] name = "3d_scene" path = "examples/3d_scene.rs" [[example]] name = "actions" path = "examples/actions.rs" [[example]] name = "overlay" path = "examples/overlay.rs" [[example]] name = "raw_actions" path = "examples/raw_actions.rs" [[example]] name = "sessions" path = "examples/sessions.rs" [[example]] name = "tracking_utils" path = "examples/tracking_utils.rs" [[example]] name = "transform_utils" path = "examples/transform_utils.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", "bevy_pbr", "x11", ] default-features = false [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", "bevy_pbr", "x11", ] default-features = true [features] d3d12 = [ "wgpu/dx12", "wgpu-hal/dx12", "dep:winapi", "dep:d3d12", ] default = [ "vulkan", "d3d12", "passthrough", ] passthrough = [] vulkan = ["dep:ash"] [target.'cfg(not(target_family = "wasm"))'.dependencies.ash] version = "0.37.3" optional = true [target.'cfg(not(target_family = "wasm"))'.dependencies.bevy_mod_xr] version = "0.1.0-rc1" [target.'cfg(not(target_family = "wasm"))'.dependencies.openxr] version = "0.18.0" [target.'cfg(not(target_family = "wasm"))'.dependencies.thiserror] version = "1.0.57" [target.'cfg(not(target_family = "wasm"))'.dependencies.wgpu] version = "0.20" [target.'cfg(not(target_family = "wasm"))'.dependencies.wgpu-hal] version = "0.21" [target.'cfg(target_family = "unix")'.dependencies.openxr] version = "0.18.0" features = ["mint"] [target.'cfg(target_family = "unix")'.dependencies.wgpu] version = "0.20" features = ["vulkan-portability"] [target.'cfg(target_family = "windows")'.dependencies.d3d12] version = "0.20" features = ["libloading"] optional = true [target.'cfg(target_family = "windows")'.dependencies.openxr] version = "0.18.0" features = [ "mint", "static", ] [target.'cfg(target_family = "windows")'.dependencies.winapi] version = "0.3.9" optional = true [target.'cfg(target_os = "android")'.dependencies.jni] version = "0.20" [target.'cfg(target_os = "android")'.dependencies.ndk-context] version = "0.1" [lints.clippy] too_many_arguments = "allow" type_complexity = "allow"