update wlx-capture

This commit is contained in:
galister
2024-11-23 18:04:07 +09:00
parent 689fbbe5e4
commit 30736575be
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4927,8 +4927,8 @@ dependencies = [
[[package]] [[package]]
name = "wlx-capture" name = "wlx-capture"
version = "0.4.0" version = "0.4.1"
source = "git+https://github.com/galister/wlx-capture?tag=v0.4.0#412efb4214ca985208394ba2ea14be2b44a13c55" source = "git+https://github.com/galister/wlx-capture?tag=v0.4.1#104e7c0ade95c8b92b831e1882908f0522513207"
dependencies = [ dependencies = [
"ashpd", "ashpd",
"drm-fourcc", "drm-fourcc",

View File

@@ -55,7 +55,7 @@ sysinfo = { version = "0.32.0" }
thiserror = "2.0.3" thiserror = "2.0.3"
vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" } vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
vulkano-shaders = { 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 } libmonado-rs = { git = "https://github.com/technobaboo/libmonado-rs", rev = "a495f6d", optional = true }
winit = { version = "0.30.0", optional = true } winit = { version = "0.30.0", optional = true }
xdg = "2.5.2" xdg = "2.5.2"