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

View File

@@ -58,7 +58,7 @@ sysinfo = { version = "0.34.2" }
thiserror = "2.0.3"
vulkano = { version = "0.35.1" }
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 }
winit = { version = "0.30.0", optional = true }
xdg = "2.5.2"