forked from fafo/microscope-control
Smallish cleanup.
Signed-off-by: Henner Zeller <h.zeller@acm.org>
This commit is contained in:
parent
ad9b1cb8c2
commit
b130450019
2 changed files with 3 additions and 8 deletions
|
|
@ -54,14 +54,9 @@ fn main() {
|
|||
sleep(Duration::from_secs(5));
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
struct App {}
|
||||
|
||||
impl Default for App {
|
||||
fn default() -> Self {
|
||||
App {}
|
||||
}
|
||||
}
|
||||
|
||||
impl eframe::App for App {
|
||||
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
|
||||
egui::CentralPanel::default().show(ctx, |ui| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue