add needed bevy feature and enable wgpu device feature needed for bevy

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-01-05 01:25:52 +01:00
parent 3867e262b0
commit 5bdc675d06
2 changed files with 4 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ bevy = { version = "0.15", default-features = false, features = [
"bevy_core_pipeline",
"bevy_winit",
"bevy_pbr",
"bevy_window",
"x11",
] }
bevy_mod_xr.path = "crates/bevy_xr"