@@ -1,11 +1,3 @@
|
||||
[package]
|
||||
name = "bevy_mod_xr_backends"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
description.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0-rc1"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
[package]
|
||||
name = "bevy_mod_openxr"
|
||||
description = "Community crate for OpenXR in Bevy"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
keywords = ["gamedev", "bevy", "Xr", "Vr", "OpenXR"]
|
||||
|
||||
[features]
|
||||
default = ["vulkan", "d3d12", "passthrough"]
|
||||
|
||||
6
crates/bevy_openxr/README.md
Normal file
6
crates/bevy_openxr/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Bevy mod OpenXR
|
||||
|
||||
This is the OpenXR backend for bevy_mod_xr for more info see the [repo](https://github.com/awtterpip/bevy_oxr)
|
||||
|
||||

|
||||

|
||||
@@ -1,2 +1,3 @@
|
||||
# Bevy WebXR
|
||||
|
||||
currently not yet in a working state
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
[package]
|
||||
name = "bevy_mod_xr"
|
||||
description = "semi generic Xr Api for Community Driven XR in Bevy"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
keywords = ["gamedev", "bevy", "Xr", "Vr"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
3
crates/bevy_xr/README.md
Normal file
3
crates/bevy_xr/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Bevy Mod XR
|
||||
|
||||
the shared api crate for bevy_mod_xr for more info see the [repo](https://github.com/awtterpip/bevy_oxr)
|
||||
3
crates/bevy_xr_utils/README.md
Normal file
3
crates/bevy_xr_utils/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Bevy XR Utils
|
||||
|
||||
some optinal utils built on bevy_mod_xr and it's openxr backend
|
||||
@@ -1,2 +0,0 @@
|
||||
pub use bevy_mod_openxr;
|
||||
pub use bevy_mod_xr;
|
||||
Reference in New Issue
Block a user