mirror of https://github.com/wayvr-org/wayvr.git
fix build without openxr feature
This commit is contained in:
parent
160e84120d
commit
fa6492a422
|
|
@ -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),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue