From e4d015957233ee803a13eb3fcd2a22b5dd5ee6f4 Mon Sep 17 00:00:00 2001 From: Nova Date: Tue, 25 Oct 2022 16:07:36 -0400 Subject: [PATCH] refactor: use master smithay branch --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 29eeb05..d13c60f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "stardust-xr-server" -version = "0.10.1" +version = "0.10.2" authors = ["Nova King "] description = "Stardust XR reference display server" license = "GPLv2" @@ -13,9 +13,9 @@ anyhow = "1.0.57" clap = { version = "4.0.8", features = ["derive"] } ctrlc = "3.2.2" dashmap = "5.3.4" -flatbuffers = "2.1.2" +flatbuffers = "22.9.29" flexbuffers = "2.0.0" -glam = {version = "0.21.3", features = ["mint"]} +glam = {version = "0.22.0", features = ["mint"]} lazy_static = "1.4.0" mint = "0.5.9" nanoid = "0.4.0" @@ -44,8 +44,7 @@ features = ["linux-egl"] version = "0.5.0" [dependencies.smithay] -git = "https://github.com/technobaboo/smithay.git" -branch = "feature/public_input" +git = "https://github.com/Smithay/smithay.git" default-features = false features = ["desktop", "renderer_gl", "wayland_frontend"] version = "*"