refactor: disable xwayland by default

This commit is contained in:
Nova
2023-09-04 13:18:06 -04:00
parent b2c4e8e72c
commit 93d35e17e6

View File

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