add back regex for build

This commit is contained in:
galister
2025-12-26 17:58:38 +09:00
parent 4015f9354f
commit e9540a4d27

View File

@@ -100,6 +100,9 @@ uuid = { version = "1.19.0", features = ["v4", "fast-rng"], optional = true }
wayland-client = { workspace = true, optional = true } wayland-client = { workspace = true, optional = true }
################################ ################################
[build-dependencies]
regex.workspace = true
# TODO: rename "wayvr" feature to "wayland-server" # TODO: rename "wayvr" feature to "wayland-server"
[features] [features]
default = ["openvr", "openxr", "osc", "x11", "wayland", "wayvr"] default = ["openvr", "openxr", "osc", "x11", "wayland", "wayvr"]