changed things to bevy_oxr instead of bevy_openxr and made the android example part of the workspace

This commit is contained in:
MalekiRe
2023-11-06 15:55:36 -08:00
parent 0e6ae62033
commit 52ffa2fdc8
4 changed files with 18 additions and 15 deletions

View File

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