feat: configurable openxr bindings

This commit is contained in:
galister
2024-06-04 14:57:04 +09:00
parent 773ff6885d
commit b8a0e3630d
9 changed files with 642 additions and 525 deletions

View File

@@ -57,6 +57,7 @@ wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.9",
winit = { version = "0.29.15", optional = true }
xdg = "2.5.2"
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
serde_json5 = "0.1.0"
[features]
default = ["openvr", "openxr", "osc", "x11", "wayland"]