Skip to content

Commit

Permalink
Remove x11 feature from demo app "glow" check
Browse files Browse the repository at this point in the history
It does not seem to be needed in this case.
  • Loading branch information
YgorSouza committed Jan 28, 2024
1 parent 1f6bf15 commit 5766ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5766ad9

Please sign in to comment.