From caefd6a78323379cdd39339a4e792a19f0a494f0 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 10 Nov 2025 15:05:45 -0500 Subject: graphics: decouple sdl & wayland --- graphics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 6f3be4e..bfc5554 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -16,5 +16,5 @@ workspace = true [features] default = [] -wayland = ["sdl", "raylib/wayland"] +wayland = ["raylib/GLFW_BUILD_WAYLAND", "raylib/wayland"] sdl = ["raylib/sdl"] -- cgit v1.2.3-freya