fix build without openxr feature

This commit is contained in:
galister
2026-01-22 16:16:59 +09:00
parent 160e84120d
commit fa6492a422

View File

@@ -116,6 +116,7 @@ pub enum TaskType {
Playspace(PlayspaceTask),
#[cfg(feature = "openvr")]
OpenVR(OpenVrTask),
#[cfg(feature = "openxr")]
OpenXR(OpenXrTask),
}