Files
bevy_oxr/Cargo.toml
Schmarni bcfe78b880 add READMEs
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-05 03:51:11 +02:00

18 lines
425 B
TOML

[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"