smithay deps egl → vk

This commit is contained in:
galister
2025-12-24 18:29:21 +09:00
parent 3484df0cf7
commit 3b6acb3673
2 changed files with 44 additions and 126 deletions

View File

@@ -87,17 +87,13 @@ wayvr-ipc = { path = "../wayvr-ipc", default-features = false }
################################
# Wayland Server deps
################################
khronos-egl = { version = "6.0.0", features = ["static"], optional = true }
smithay = { version = "0.7.0", default-features = false, features = [
"renderer_gl",
"backend_egl",
"backend_drm",
"backend_vulkan",
"xwayland",
"wayland_frontend",
], optional = true }
uuid = { version = "1.19.0", features = ["v4", "fast-rng"], optional = true }
wayland-client = { workspace = true, optional = true }
wayland-egl = { version = "0.32.8", optional = true }
rust-embed = { workspace = true }
signal-hook = "0.3.18"
################################
@@ -117,10 +113,8 @@ pipewire = ["wlx-capture/pipewire"]
uidev = ["dep:winit"]
xcb = ["dep:xcb"]
wayvr = [
"dep:khronos-egl",
"dep:smithay",
"dep:uuid",
"dep:wayland-client",
"dep:wayland-egl",
]
as-raw-xcb-connection = []