Update eframe/src/lib.rs
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
parent
85568ca61c
commit
d0bcdfc226
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ pub use web_sys;
|
|||
/// /// This is the entry-point for all the web-assembly.
|
||||
/// /// This is called from the HTML.
|
||||
/// /// It loads the app, installs some callbacks, then returns.
|
||||
/// /// It creates singleton app-handle that could be stopped calling `stop_web`
|
||||
/// /// It returns a handle to the running app that can be stopped calling `AppRunner::stop_web`.
|
||||
/// /// You can add more callbacks like this if you want to call in to your code.
|
||||
/// #[cfg(target_arch = "wasm32")]
|
||||
/// #[wasm_bindgen]
|
||||
|
|
Loading…
Reference in a new issue