refactor: use minimal plugins

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-12-29 23:30:57 +01:00
parent ba945b4900
commit 53741d5669
2 changed files with 66 additions and 19 deletions

View File

@@ -51,12 +51,7 @@ auto_link_exclude_list = [
]
[dependencies]
bevy = { version = "0.15", features = [
"wayland",
"mp3",
"wav",
"trace_tracy",
] }
bevy = { version = "0.15", features = ["wayland", "mp3", "wav", "trace_tracy"] }
bevy_mod_xr = { git = "https://github.com/Schmarni-Dev/bevy_openxr", branch = "0.15rc" }
bevy_mod_openxr = { git = "https://github.com/Schmarni-Dev/bevy_openxr", branch = "0.15rc" }
bevy_xr_utils = { git = "https://github.com/Schmarni-Dev/bevy_openxr", branch = "0.15rc" }