reduce openxr version to work with 22.04 openxr-loader
This commit is contained in:
@@ -61,7 +61,7 @@ pub(super) fn init_xr() -> Result<(xr::Instance, xr::SystemId), anyhow::Error> {
|
|||||||
|
|
||||||
let Ok(xr_instance) = entry.create_instance(
|
let Ok(xr_instance) = entry.create_instance(
|
||||||
&xr::ApplicationInfo {
|
&xr::ApplicationInfo {
|
||||||
api_version: Version::new(1, 1, 37),
|
api_version: Version::new(1, 0, 32),
|
||||||
application_name: "wlx-overlay-s",
|
application_name: "wlx-overlay-s",
|
||||||
application_version: 0,
|
application_version: 0,
|
||||||
engine_name: "wlx-overlay-s",
|
engine_name: "wlx-overlay-s",
|
||||||
|
|||||||
Reference in New Issue
Block a user