Use the crates.io version of openxr

This commit is contained in:
Schmarni
2024-03-16 22:33:35 +01:00
parent 882b173dc5
commit 1b388929f6
2 changed files with 333 additions and 1473 deletions

1804
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@ repository = "https://github.com/awtterpip/bevy_oxr"
[workspace.dependencies]
eyre = "0.6.2"
bevy = "0.13"
openxr = { git = "https://github.com/Ralith/openxrs", rev = "0177d2d" }
openxr = "0.18"
color-eyre = "0.6.2"
[package]