From 5766ad94edb84beb81c08c6ab54ddf289e08cc28 Mon Sep 17 00:00:00 2001 From: Ygor Souza Date: Sun, 28 Jan 2024 13:16:20 +0100 Subject: [PATCH] Remove x11 feature from demo app "glow" check It does not seem to be needed in this case. --- scripts/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check.sh b/scripts/check.sh index e6ad3b559a1..c1852a2d81a 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -43,7 +43,7 @@ else fi cargo check --quiet -p egui --no-default-features --features "serde" -cargo check --quiet -p egui_demo_app --no-default-features --features "glow","x11" +cargo check --quiet -p egui_demo_app --no-default-features --features "glow" if [[ "$OSTYPE" == "linux-gnu"* ]]; then cargo check --quiet -p egui_demo_app --no-default-features --features "wgpu","x11"