fix(smithay): use only needed features

This commit is contained in:
Nova
2022-09-17 18:55:39 -04:00
parent a7596c1aa9
commit f794983ff7

View File

@@ -39,4 +39,6 @@ stereokit = {default_features = false, features = ["linux-egl"], version = "0.2.
[dependencies.smithay]
git = "https://github.com/technobaboo/smithay.git"
branch = "feature/public_input"
default-features = false
features = ["desktop", "renderer_gl", "wayland_frontend"]
version = "*"