From 21a4797d2a37099958d2073126008e343ae31236 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Fri, 11 Apr 2025 02:23:01 +0900 Subject: [PATCH] update wlx-capture --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14b2491..548bf25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5270,8 +5270,8 @@ dependencies = [ [[package]] name = "wlx-capture" -version = "0.5.1" -source = "git+https://github.com/galister/wlx-capture?tag=v0.5.1#b43eb6e1a230c13dce996d8a671e5b01fe55fc6e" +version = "0.5.2" +source = "git+https://github.com/galister/wlx-capture?tag=v0.5.2#c68c66d487ef0f57bab23b5c780472a31a01ecab" dependencies = [ "ashpd", "drm-fourcc", diff --git a/Cargo.toml b/Cargo.toml index 6ea8c2b..77919f8 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.1", default-features = false } +wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.5.2", default-features = false } libmonado = { git = "https://github.com/technobaboo/libmonado-rs", rev = "256895b18c8f9368174fad8a6232ff07764eeacb", optional = true } winit = { version = "0.30.0", optional = true } xdg = "2.5.2"