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 --- graphics/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 0fe31d0..0240745 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -16,6 +16,7 @@ workspace = true [features] default = [] +x11 = ["raylib/GLFW_BUILD_X11"] wayland = ["raylib/wayland", "raylib/GLFW_BUILD_WAYLAND"] sdl = ["raylib/sdl", "raylib/SUPPORT_MODULE_RTEXT"] static = [] -- cgit v1.2.3-freya