mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Handle for app from WehHandle
This commit is contained in:
@@ -47,6 +47,11 @@ impl eframe::App for MyApp {
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
fn as_any_mut(&mut self) -> &mut dyn Any {
|
||||
&mut *self
|
||||
}
|
||||
}
|
||||
|
||||
impl MyApp {
|
||||
|
||||
Reference in New Issue
Block a user