openvr manifest installer
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user