refactor: use minimal plugins
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user