From f794983ff7a9c0c20b6c5f59f8b04099388e77e1 Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 17 Sep 2022 18:55:39 -0400 Subject: [PATCH] fix(smithay): use only needed features --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 26591e7..0b15767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*"