1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Fix egui_web integration link in demo app

This commit is contained in:
Emil Ernerfeldt
2021-11-13 13:14:39 +01:00
parent 89700dfbbb
commit 8896243146
4 changed files with 6 additions and 3 deletions

View File

@@ -518,7 +518,7 @@ impl crate::Painter for WebGl2Painter {
}
fn name(&self) -> &'static str {
"egui_web(webgl2)"
"egui_web (WebGL2)"
}
}