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),
|
||||
#[cfg(feature = "openvr")]
|
||||
OpenVR(OpenVrTask),
|
||||
#[cfg(feature = "openxr")]
|
||||
OpenXR(OpenXrTask),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue