update wlx-capture to fix cosmic resolution issue
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -5271,8 +5271,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wlx-capture"
|
name = "wlx-capture"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
source = "git+https://github.com/galister/wlx-capture?tag=v0.5.3#4479bd4bdd2b570aec9692e55b513ec7c0a17e7f"
|
source = "git+https://github.com/galister/wlx-capture?tag=v0.5.4#1aad584fafd529c63cce3355f0b2e2175ab69c70"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ashpd",
|
"ashpd",
|
||||||
"drm-fourcc",
|
"drm-fourcc",
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ sysinfo = { version = "0.34.2" }
|
|||||||
thiserror = "2.0.3"
|
thiserror = "2.0.3"
|
||||||
vulkano = { version = "0.35.1" }
|
vulkano = { version = "0.35.1" }
|
||||||
vulkano-shaders = { version = "0.35.0" }
|
vulkano-shaders = { version = "0.35.0" }
|
||||||
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.5.3", default-features = false }
|
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.5.4", default-features = false }
|
||||||
libmonado = { version = "1.3.2", optional = true }
|
libmonado = { version = "1.3.2", optional = true }
|
||||||
winit = { version = "0.30.0", optional = true }
|
winit = { version = "0.30.0", optional = true }
|
||||||
xdg = "2.5.2"
|
xdg = "2.5.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user