From 7f321dbdfc4132b17b8f1d5c26d6345f316be9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moon=20Dav=C3=A9?= Date: Thu, 21 May 2026 16:28:17 +0200 Subject: [PATCH] Add glfw/x11 when x11 is enabled --- crates/processing_glfw/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/processing_glfw/Cargo.toml b/crates/processing_glfw/Cargo.toml index 0d428b0..450039a 100644 --- a/crates/processing_glfw/Cargo.toml +++ b/crates/processing_glfw/Cargo.toml @@ -8,7 +8,7 @@ workspace = true [features] wayland = ["glfw/wayland"] -x11 = [] +x11 = ["glfw/x11"] static-link = ["glfw/static-link"] [dependencies]