@@ -1,5 +1,5 @@
|
|||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.0-rc2"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Community crate for XR in Bevy"
|
description = "Community crate for XR in Bevy"
|
||||||
repository = "https://github.com/awtterpip/bevy_oxr"
|
repository = "https://github.com/awtterpip/bevy_oxr"
|
||||||
|
|||||||
@@ -31,7 +31,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" }
|
||||||
|
|
||||||
ash = { version = "0.37.3", optional = true }
|
ash = { version = "0.37.3", optional = true }
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ description = "utils for bevy_mod_xr and bevy_mod_openxr"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = { workspace = true, features = ["bevy_gizmos"] }
|
bevy = { workspace = true, features = ["bevy_gizmos"] }
|
||||||
bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0-rc1" }
|
bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0" }
|
||||||
bevy_mod_openxr = { path = "../bevy_openxr", version = "0.1.0-rc1" }
|
bevy_mod_openxr = { path = "../bevy_openxr", version = "0.1.0" }
|
||||||
|
|
||||||
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
||||||
openxr = "0.18.0"
|
openxr = "0.18.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user