mirror of https://github.com/wayvr-org/wayvr.git
reduce openxr version to work with 22.04 openxr-loader
This commit is contained in:
parent
17165123b9
commit
169c1c87f7
|
|
@ -61,7 +61,7 @@ pub(super) fn init_xr() -> Result<(xr::Instance, xr::SystemId), anyhow::Error> {
|
|||
|
||||
let Ok(xr_instance) = entry.create_instance(
|
||||
&xr::ApplicationInfo {
|
||||
api_version: Version::new(1, 1, 37),
|
||||
api_version: Version::new(1, 0, 32),
|
||||
application_name: "wlx-overlay-s",
|
||||
application_version: 0,
|
||||
engine_name: "wlx-overlay-s",
|
||||
|
|
|
|||
Loading…
Reference in New Issue