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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user