From 959a25218f0cbf3c63128b314eab033ff32127c1 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 30 Oct 2025 14:10:28 -0400 Subject: graphics: move wayland support to a feature --- game/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'game/Cargo.toml') diff --git a/game/Cargo.toml b/game/Cargo.toml index bbd9b77..0fb5475 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -13,3 +13,4 @@ workspace = true [features] default = ["debug"] debug = ["graphics/debug"] +wayland = ["graphics/wayland"] -- cgit v1.2.3-freya