From 850601b3b988f19b05ebb34e24e88cf50ad2d6c6 Mon Sep 17 00:00:00 2001 From: raku-cat Date: Mon, 12 Aug 2024 07:07:08 -0500 Subject: [PATCH] Update wlx-capture --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a9c2efe..afe3ae7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4556,7 +4556,7 @@ dependencies = [ [[package]] name = "wlx-capture" version = "0.3.12" -source = "git+https://github.com/galister/wlx-capture?tag=v0.3.12#14d2b8a13dad62849973fe90bed7be262aa07143" +source = "git+https://github.com/galister/wlx-capture?tag=v0.3.13#c375a7c1d4b57741655a052ebe8af9fb4774f92d" dependencies = [ "ashpd", "drm-fourcc", diff --git a/Cargo.toml b/Cargo.toml index eba41c0d..a866227a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ sysinfo = { version = "0.31.2" } thiserror = "1.0.61" vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "b9f3e89" } vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "b9f3e89" } -wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.12", default-features = false } +wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.13", 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"