Skip to content

Commit

Permalink
fix demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
enomado committed Jul 27, 2022
1 parent 58c88ca commit 5f83168
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions egui_demo_app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ mod backend_panel;
pub(crate) mod frame_history;
mod wrap_app;

use std::sync::Arc;

#[cfg(target_arch = "wasm32")]
use eframe::web::AppRunner;
use egui::mutex::Mutex;
pub use wrap_app::WrapApp;

/// Time of day as seconds since midnight. Used for clock in demo app.
Expand Down

0 comments on commit 5f83168

Please sign in to comment.