13
Cargo.toml
13
Cargo.toml
@@ -5,13 +5,14 @@ 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]
|
||||
resolver = "2"
|
||||
members = ["crates/*", "crates/bevy_openxr/examples/android"]
|
||||
|
||||
[workspace.dependencies]
|
||||
bevy = "0.14.0"
|
||||
bevy = { version = "0.14.0", default-features = false, features = [
|
||||
"bevy_render",
|
||||
"bevy_core_pipeline",
|
||||
"bevy_winit",
|
||||
"x11",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user