From 81f6ca5f0f144b413b1ef03d8b18999ea45a637b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 11 Nov 2025 12:02:37 -0500 Subject: add x11 feature --- game/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game') diff --git a/game/Cargo.toml b/game/Cargo.toml index 009b8b4..5cdf4af 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -16,7 +16,8 @@ graphics.workspace = true workspace = true [features] -default = [] +default = ["x11"] +x11 = ["graphics/x11"] wayland = ["graphics/wayland"] sdl = ["graphics/sdl"] static = ["graphics/static"] -- cgit v1.2.3-freya