changed things to bevy_oxr instead of bevy_openxr and made the android example part of the workspace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "bevy_openxr"
|
||||
name = "bevy_oxr"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
@@ -7,6 +7,9 @@ edition = "2021"
|
||||
default = ["openxr/mint", "linked"]
|
||||
linked = ["openxr/linked"]
|
||||
|
||||
[workspace]
|
||||
members = [ "examples/android" ]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
ash = "0.37.3"
|
||||
|
||||
Reference in New Issue
Block a user