1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Enable wgpu default features in eframe / egui_wgpu default features (#7344)

This commit is contained in:
Lucas Meurer
2025-08-05 21:21:00 +02:00
committed by GitHub
parent ef039aa566
commit 2c6611d0c6
3 changed files with 7 additions and 13 deletions

View File

@@ -127,7 +127,7 @@ jobs:
components: rust-src
- name: Check wasm32+atomics eframe with wgpu
run: RUSTFLAGS='-C target-feature=+atomics' cargo +${{env.NIGHTLY_VERSION}} check -p eframe --lib --no-default-features --features wgpu --target wasm32-unknown-unknown -Z build-std=std,panic_abort
run: RUSTFLAGS='-C target-feature=+atomics' cargo +${{env.NIGHTLY_VERSION}} check -p eframe --lib --no-default-features --features wgpu,wgpu/webgpu --target wasm32-unknown-unknown -Z build-std=std,panic_abort
# ---------------------------------------------------------------------------