fix(bevy_mod_openxr/android): fix fb_passthrough and rename feature

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-10-19 16:52:44 +02:00
parent 977fe029ad
commit 258bd0448d
5 changed files with 22 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ keywords = ["gamedev", "bevy", "Xr", "Vr", "OpenXR"]
default = ["vulkan"]
vulkan = ["dep:ash", "dep:android_system_properties"]
d3d12 = ["wgpu/dx12", "wgpu-hal/dx12", "dep:winapi"]
passthrough = []
fb_passthrough = []
reflect = ["dep:bevy_reflect"]
window_support = ["dep:bevy_winit", "dep:bevy_window"]