mirror of https://github.com/wayvr-org/wayvr.git
chore: update wlx-capture & other deps
This commit is contained in:
parent
67b6b90158
commit
1d1230b1e7
File diff suppressed because it is too large
Load Diff
|
|
@ -27,9 +27,9 @@ idmap = "0.2.21"
|
||||||
idmap-derive = "0.1.2"
|
idmap-derive = "0.1.2"
|
||||||
input-linux = "0.6.0"
|
input-linux = "0.6.0"
|
||||||
json = { version = "0.12.4", optional = true }
|
json = { version = "0.12.4", optional = true }
|
||||||
libc = "0.2.147"
|
libc = "0.2.153"
|
||||||
log = "0.4.20"
|
log = "0.4.21"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
openxr = { version = "0.17.1", features = ["linked"], optional = true }
|
openxr = { version = "0.17.1", features = ["linked"], optional = true }
|
||||||
ovr_overlay = { features = ["ovr_input", "ovr_system"], git = "https://github.com/galister/ovr_overlay_oyasumi", optional = true }
|
ovr_overlay = { features = ["ovr_input", "ovr_system"], git = "https://github.com/galister/ovr_overlay_oyasumi", optional = true }
|
||||||
regex = "1.9.5"
|
regex = "1.9.5"
|
||||||
|
|
@ -43,7 +43,7 @@ strum = { version = "0.25.0", features = ["derive"] }
|
||||||
thiserror = "1.0.56"
|
thiserror = "1.0.56"
|
||||||
vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
|
vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
|
||||||
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
|
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
|
||||||
wlx-capture = { git = "https://github.com/galister/wlx-capture", default-features = false }
|
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.0", default-features = false }
|
||||||
xdg = "2.5.2"
|
xdg = "2.5.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue