Refactor quest perf fix (#111)

* cargo fmt and removed the unessecary examples.

* fixed android logging errors and moved waitframe to fix perf on quest and fixed android example perf by turning off msaa
This commit is contained in:
Malek
2024-05-29 16:57:08 -07:00
committed by GitHub
parent 35725eaa8b
commit 0f9ccf7f04
3 changed files with 23 additions and 11 deletions

View File

@@ -12,6 +12,10 @@ passthrough = []
[dev-dependencies]
bevy_xr_utils.path = "../bevy_xr_utils"
[target.'cfg(target_os = "android")'.dependencies]
ndk-context = "0.1"
jni = "0.20"
# bevy can't be placed behind target or proc macros won't work properly
[dependencies]
bevy.workspace = true