@@ -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]
|
[workspace.package]
|
||||||
version = "0.1.0-rc1"
|
version = "0.1.0-rc1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bevy_mod_openxr"
|
name = "bevy_mod_openxr"
|
||||||
|
description = "Community crate for OpenXR in Bevy"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
keywords = ["gamedev", "bevy", "Xr", "Vr", "OpenXR"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["vulkan", "d3d12", "passthrough"]
|
default = ["vulkan", "d3d12", "passthrough"]
|
||||||
@@ -26,7 +30,7 @@ openxr = "0.18.0"
|
|||||||
thiserror = "1.0.57"
|
thiserror = "1.0.57"
|
||||||
wgpu = "0.20"
|
wgpu = "0.20"
|
||||||
wgpu-hal = "0.21"
|
wgpu-hal = "0.21"
|
||||||
bevy_mod_xr={path = "../bevy_xr",version = "0.1.0-rc1"}
|
bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0-rc1" }
|
||||||
|
|
||||||
ash = { version = "0.37.3", optional = true }
|
ash = { version = "0.37.3", optional = true }
|
||||||
|
|
||||||
|
|||||||
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
|
# Bevy WebXR
|
||||||
|
|
||||||
currently not yet in a working state
|
currently not yet in a working state
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bevy_mod_xr"
|
name = "bevy_mod_xr"
|
||||||
|
description = "semi generic Xr Api for Community Driven XR in Bevy"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.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
|
# 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