update wlx-capture to fix cosmic resolution issue

This commit is contained in:
galister
2025-08-12 17:34:05 +09:00
parent a7996d7db8
commit 6e77a93cf5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"