From a7596c1aa99822dcadbcffabc89a2817f83c2d3e Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 17 Sep 2022 18:43:51 -0400 Subject: [PATCH] fix(dependencies): specify smithay version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bba5182..26591e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,3 +39,4 @@ stereokit = {default_features = false, features = ["linux-egl"], version = "0.2. [dependencies.smithay] git = "https://github.com/technobaboo/smithay.git" branch = "feature/public_input" +version = "*"