1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Remove 'Web' from GuiInput

This commit is contained in:
Emil Ernerfeldt
2020-05-21 12:04:14 +02:00
parent 555d7aed20
commit ae6080405c
8 changed files with 63 additions and 66 deletions

View File

@@ -13,7 +13,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
b.iter(|| {
ctx.begin_frame(raw_input.clone());
let mut ui = ctx.fullscreen_ui();
example_app.ui(&mut ui);
example_app.ui(&mut ui, "");
ctx.end_frame()
})
});