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

Update docs to reflect that wgpu is the default renderer (#7719)

I missed a few parts when merging
* https://github.com/emilk/egui/pull/7615
This commit is contained in:
Emil Ernerfeldt
2025-11-18 15:56:35 +01:00
committed by GitHub
parent 5b6a0196f9
commit d53a4a9c1d
5 changed files with 10 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ jobs:
run: cargo clippy -p egui_demo_app --lib --target wasm32-unknown-unknown --all-features
- name: clippy wasm32 eframe
run: cargo clippy -p eframe --lib --no-default-features --features glow,persistence --target wasm32-unknown-unknown
run: cargo clippy -p eframe --lib --no-default-features --features wgpu,persistence --target wasm32-unknown-unknown
- name: wasm-bindgen
uses: jetli/wasm-bindgen-action@v0.1.0