Merge pull request #2 from awtterpip/main

pull stuff from main
This commit is contained in:
Schmarni
2023-11-07 03:21:31 +01:00
committed by GitHub
7 changed files with 59 additions and 22 deletions

View File

@@ -29,8 +29,8 @@ target_sdk_version = 32
# label = "Bevy Example"
[dependencies]
bevy_openxr = { path = "../..", default-features = false }
bevy = { git = "https://github.com/bevyengine/bevy.git" }
bevy_oxr = { path = "../..", default-features = false }
bevy = "0.12"
openxr = { git = "https://github.com/Ralith/openxrs", features = ["mint"] }
[profile.release]