We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e669fce commit d16e228Copy full SHA for d16e228
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: cargo build --workspace --features=three_d
42
43
- name: Build (Wgpu)
44
- run: cargo build -p egui_overlay --features=egui_default,wgpu --no-default-features
+ run: cargo build -p egui_overlay --features=egui_default,wgpu,glfw_default --no-default-features
45
46
- name: Audit
47
run: cargo audit
0 commit comments