From 6e77a93cf542637b8b84babd014df251228ad470 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:34:05 +0900 Subject: [PATCH] update wlx-capture to fix cosmic resolution issue --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1487811..e73e544 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5271,8 +5271,8 @@ dependencies = [ [[package]] name = "wlx-capture" -version = "0.5.3" -source = "git+https://github.com/galister/wlx-capture?tag=v0.5.3#4479bd4bdd2b570aec9692e55b513ec7c0a17e7f" +version = "0.5.4" +source = "git+https://github.com/galister/wlx-capture?tag=v0.5.4#1aad584fafd529c63cce3355f0b2e2175ab69c70" dependencies = [ "ashpd", "drm-fourcc", diff --git a/Cargo.toml b/Cargo.toml index e89f6a1..d3f5fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"