fix build without openxr feature
This commit is contained in:
@@ -116,6 +116,7 @@ pub enum TaskType {
|
|||||||
Playspace(PlayspaceTask),
|
Playspace(PlayspaceTask),
|
||||||
#[cfg(feature = "openvr")]
|
#[cfg(feature = "openvr")]
|
||||||
OpenVR(OpenVrTask),
|
OpenVR(OpenVrTask),
|
||||||
|
#[cfg(feature = "openxr")]
|
||||||
OpenXR(OpenXrTask),
|
OpenXR(OpenXrTask),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user