mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Add new crate eframe which wraps egui, epi, egui_web and egui_glium
This commit is contained in:
@@ -219,7 +219,7 @@ impl AppRunner {
|
||||
}
|
||||
|
||||
/// Install event listeners to register different input events
|
||||
/// and starts running the given app.
|
||||
/// and start running the given app.
|
||||
pub fn start(canvas_id: &str, app: Box<dyn epi::App>) -> Result<AppRunnerRef, JsValue> {
|
||||
let backend = WebBackend::new(canvas_id)?;
|
||||
let runner = AppRunner::new(backend, app)?;
|
||||
|
||||
Reference in New Issue
Block a user