From e9540a4d27aa694aba6426a982448d4d8683b701 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Fri, 26 Dec 2025 17:58:38 +0900 Subject: [PATCH] add back regex for build --- wlx-overlay-s/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wlx-overlay-s/Cargo.toml b/wlx-overlay-s/Cargo.toml index 1d20a2b..e1aa7b1 100644 --- a/wlx-overlay-s/Cargo.toml +++ b/wlx-overlay-s/Cargo.toml @@ -100,6 +100,9 @@ uuid = { version = "1.19.0", features = ["v4", "fast-rng"], optional = true } wayland-client = { workspace = true, optional = true } ################################ +[build-dependencies] +regex.workspace = true + # TODO: rename "wayvr" feature to "wayland-server" [features] default = ["openvr", "openxr", "osc", "x11", "wayland", "wayvr"]