feat: initial openxr stuff

feat: openxr system


refactor: rename oxr_runtime to openxr_runtime


refactor: make openxr methods/signals snake case


feat(openxr): session

feat(openxr): action, action set

feat(openxr/action): suggested bindings
This commit is contained in:
Nova
2022-12-09 09:01:46 -05:00
parent 7282684104
commit 0ae20b23c5
10 changed files with 346 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ path = "src/main.rs"
[features]
default = ["wayland", "xwayland"]
openxr_runtime = []
wayland = ["dep:smithay", "dep:xkbcommon"]
xwayland = ["smithay/xwayland"]
profile_tokio = ["dep:console-subscriber", "tokio/tracing"]