use openxr git version (#62)
* fix problems with get version * a litle Recentering as a treat? * commit new Cargo.toml * re export path null so you don't have to import openxr yourself
This commit is contained in:
@@ -14,7 +14,7 @@ crate-type = ["rlib", "cdylib"]
|
||||
[dependencies]
|
||||
bevy_oxr.path = "../.."
|
||||
bevy = "0.12"
|
||||
openxr = { git = "https://github.com/Ralith/openxrs", features = ["mint"] }
|
||||
openxr = { git = "https://github.com/Ralith/openxrs", rev = "0177d2d", features = ["mint"] }
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
|
||||
Reference in New Issue
Block a user