From 455f3a0e9c166573bbff60812952ae0911b2fa84 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 4 Sep 2023 13:18:06 -0400 Subject: [PATCH] refactor: disable xwayland by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d2e5fc..0e85e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "stardust-xr-server" path = "src/main.rs" [features] -default = ["wayland", "xwayland"] +default = ["wayland"] wayland = ["dep:smithay", "dep:xkbcommon"] xwayland = ["smithay/xwayland"] profile_tokio = ["dep:console-subscriber", "tokio/tracing"]