chore: cleanup
Some checks failed
CI / Check Ubuntu (push) Has been cancelled
CI / Check Windows (push) Has been cancelled
CI / Check Wasm (push) Has been cancelled

This commit is contained in:
2026-02-19 22:01:09 +01:00
parent 93fe370f12
commit 7936b53a02
8 changed files with 1239 additions and 29 deletions

View File

@@ -6,11 +6,11 @@ repository = "https://github.com/awtterpip/bevy_oxr"
license = "MIT/Apache-2.0"
[workspace]
resolver = "2"
resolver = "3"
members = ["crates/*", "crates/bevy_openxr/examples/android"]
[workspace.dependencies]
bevy = "0.18"
bevy = { version = "0.18", features = ["debug"] }
bevy_ecs = { version = "0.18", default-features = false }
bevy_math = { version = "0.18", default-features = false }
bevy_render = { version = "0.18", default-features = false }