Make use of AppRunnerRef

Follow-up to #1650
This commit is contained in:
Emil Ernerfeldt
2022-08-02 17:37:12 +02:00
parent 64496cacb9
commit 263c9bd601
3 changed files with 7 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,6 @@ pub mod storage;
mod text_agent;
pub use backend::*;
use egui::Vec2;
pub use events::*;
pub use storage::*;
@@ -21,6 +20,7 @@ use std::sync::{
Arc,
};
use egui::Vec2;
use wasm_bindgen::prelude::*;
use web_sys::EventTarget;