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"]