hmd pose from view space

This commit is contained in:
galister
2024-08-09 07:53:27 +09:00
parent b6a07c43a5
commit 50c3f49989
5 changed files with 39 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ log = "0.4.21"
once_cell = "1.19.0"
openxr = { git = "https://github.com/galister/openxrs", rev = "af4a55d", features = [
"linked",
"mint",
], optional = true }
ovr_overlay = { features = [
"ovr_input",
@@ -67,6 +68,7 @@ xcb = { version = "1.4.0", optional = true, features = [
image_dds = { version = "0.6.0", default-features = false, features = [
"ddsfile",
] }
mint = "0.5.9"
[features]
default = ["openvr", "openxr", "osc", "x11", "wayland"]