From a883e580b66c547d4858c2a15963deb1b339aa39 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:41:05 +0900 Subject: [PATCH] workspace deps for wlx-capture --- Cargo.toml | 1 + wlx-capture/Cargo.toml | 4 ++-- wlx-overlay-s/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b3ad04..6ac4e19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ vulkano = { version = "0.35.1", default-features = false, features = [ "macros", ] } vulkano-shaders = "0.35.0" +wayland-client = { version = "0.31.10" } diff --git a/wlx-capture/Cargo.toml b/wlx-capture/Cargo.toml index 43e2f77..dba8ab3 100644 --- a/wlx-capture/Cargo.toml +++ b/wlx-capture/Cargo.toml @@ -31,7 +31,7 @@ ashpd = { version = "0.11.0", default-features = false, features = [ drm-fourcc = "2.2.0" idmap = "0.2.21" libc = "0.2.171" -log = "0.4.27" +log = { workspace = true } pipewire = { git = "https://gitlab.freedesktop.org/galister/pipewire-rs.git", ref = "ba32202c3c391004c3bb533b58fa75a50e47ff57", features = [ "v0_3_33", ], optional = true } @@ -42,7 +42,7 @@ rxscreen = { version = "0.1.7", features = [ "mouse", ], optional = true } smithay-client-toolkit = { version = "0.19.2", optional = true } -wayland-client = { version = "0.31.8", optional = true } +wayland-client = { workspace = true, optional = true } wayland-protocols = { version = "0.32.6", features = [ "wayland-client", "client", diff --git a/wlx-overlay-s/Cargo.toml b/wlx-overlay-s/Cargo.toml index 54d61ad..8099f52 100644 --- a/wlx-overlay-s/Cargo.toml +++ b/wlx-overlay-s/Cargo.toml @@ -94,7 +94,7 @@ smithay = { version = "0.5.1", default-features = false, features = [ "wayland_frontend", ], optional = true } uuid = { version = "1.10.0", features = ["v4", "fast-rng"], optional = true } -wayland-client = { version = "0.31.6", optional = true } +wayland-client = { workspace = true, optional = true } wayland-egl = { version = "0.32.4", optional = true } interprocess = { version = "2.2.2", optional = true } bytes = { version = "1.9.0", optional = true }