26 lines
598 B
TOML
26 lines
598 B
TOML
[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"
|
|
description = "Community crate for XR in Bevy"
|
|
repository = "https://github.com/awtterpip/bevy_oxr"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy_mod_openxr.path = "./crates/bevy_openxr"
|
|
bevy_mod_xr.path = "./crates/bevy_xr"
|
|
bevy.workspace = true
|
|
|
|
[workspace]
|
|
members = ["crates/*", "crates/bevy_openxr/examples/android"]
|
|
|
|
[workspace.dependencies]
|
|
bevy = "0.14.0"
|