mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Fix egui_web integration link in demo app
This commit is contained in:
@@ -108,7 +108,7 @@ impl crate::Painter for WrappedGlowPainter {
|
||||
}
|
||||
|
||||
fn name(&self) -> &'static str {
|
||||
"egui_web(glow)"
|
||||
"egui_web (glow)"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -540,7 +540,7 @@ impl crate::Painter for WebGlPainter {
|
||||
}
|
||||
|
||||
fn name(&self) -> &'static str {
|
||||
"egui_web(webgl1)"
|
||||
"egui_web (WebGL1)"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -518,7 +518,7 @@ impl crate::Painter for WebGl2Painter {
|
||||
}
|
||||
|
||||
fn name(&self) -> &'static str {
|
||||
"egui_web(webgl2)"
|
||||
"egui_web (WebGL2)"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user