feat(wayland): initial xwayland support

This commit is contained in:
Nova
2023-05-11 04:58:49 -04:00
parent 945514aa31
commit 7a556439ca
6 changed files with 294 additions and 8 deletions

View File

@@ -70,7 +70,13 @@ version = "0.16.7"
git = "https://github.com/smithay/smithay.git" # Until we get stereokit to understand OES samplers and external textures
# path = "../smithay"
default-features = false
features = ["desktop", "backend_drm", "renderer_gl", "wayland_frontend"]
features = [
"desktop",
"backend_drm",
"renderer_gl",
"wayland_frontend",
"xwayland",
]
version = "*"
optional = true