From 30736575bef66eb5d5b9f9bf8b3ecdab59338bdb Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:04:07 +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 7e3a087..b006e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4927,8 +4927,8 @@ dependencies = [ [[package]] name = "wlx-capture" -version = "0.4.0" -source = "git+https://github.com/galister/wlx-capture?tag=v0.4.0#412efb4214ca985208394ba2ea14be2b44a13c55" +version = "0.4.1" +source = "git+https://github.com/galister/wlx-capture?tag=v0.4.1#104e7c0ade95c8b92b831e1882908f0522513207" dependencies = [ "ashpd", "drm-fourcc", diff --git a/Cargo.toml b/Cargo.toml index d98af76..65ea340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ sysinfo = { version = "0.32.0" } thiserror = "2.0.3" vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" } vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" } -wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.4.0", default-features = false } +wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.4.1", default-features = false } libmonado-rs = { git = "https://github.com/technobaboo/libmonado-rs", rev = "a495f6d", optional = true } winit = { version = "0.30.0", optional = true } xdg = "2.5.2"