openvr manifest installer

This commit is contained in:
galister
2024-02-05 00:34:42 +01:00
parent 6bc708714c
commit dddd4db9ef
5 changed files with 133 additions and 23 deletions

View File

@@ -24,6 +24,7 @@ glam = { version = "0.24.1", features = ["approx"] }
idmap = "0.2.21"
idmap-derive = "0.1.2"
input-linux = "0.6.0"
json = { version = "0.12.4", optional = true }
libc = "0.2.147"
log = "0.4.20"
once_cell = "1.18.0"
@@ -45,7 +46,7 @@ wlx-capture = { git = "https://github.com/galister/wlx-capture" }
xdg = "2.5.2"
[features]
openvr = ["dep:ovr_overlay"]
openvr = ["dep:ovr_overlay", "dep:json"]
openxr = ["dep:openxr"]
default = ["openvr", "openxr"]