feat: hardware accelerated wayland apps

This commit is contained in:
Nova
2023-06-26 20:31:38 -04:00
parent 6efa3a909e
commit de46726d01
4 changed files with 317 additions and 359 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", "renderer_gl", "wayland_frontend"]
features = [
"desktop",
"backend_egl",
"renderer_gl",
"use_system_lib",
"wayland_frontend",
]
version = "*"
optional = true