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

@@ -12,7 +12,7 @@ else
fi
CRATE_NAME="egui_demo_app"
FEATURES="glow,http,persistence"
FEATURES="wgpu,http,persistence"
echo "Building rust…"
BUILD=debug # debug builds are faster