why did we fork again?

This commit is contained in:
2026-02-25 23:19:17 +01:00
parent d1d2ae825d
commit ebcde11632
4 changed files with 156 additions and 29 deletions

View File

@@ -8,8 +8,8 @@ license = "MIT/Apache-2.0"
[dependencies]
bevy = { version = "0.18", features = ["debug"] }
# bevy_cef = { path = "../bevy_cef" }
bevy_mod_xr = { git = "https://git.avii.nl/Avii/bevy_oxr.git", version = "0.5.0" }
bevy_mod_openxr = { git = "https://git.avii.nl/Avii/bevy_oxr.git", version = "0.5.0" }
bevy_mod_xr = { git = "https://github.com/awtterpip/bevy_oxr.git", version = "0.5.0" }
bevy_mod_openxr = { git = "https://github.com/awtterpip/bevy_oxr.git", version = "0.5.0" }
#bevy_mod_xr = { path = "../bevy_oxr/crates/bevy_xr" }
#bevy_mod_openxr = { path = "../bevy_oxr/crates/bevy_openxr" }