Fix Send requirements for Wasm targets
This commit is contained in:
parent
a25b1af456
commit
b328da2c71
4 changed files with 7 additions and 7 deletions
|
|
@ -202,7 +202,7 @@ where
|
|||
#[cfg(target_arch = "wasm32")]
|
||||
is_booted: std::rc::Rc<std::cell::RefCell<bool>>,
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
queued_events: Vec<winit::event::Event<Message>>,
|
||||
queued_events: Vec<winit::event::Event<Action<Message>>>,
|
||||
}
|
||||
|
||||
struct BootConfig<C> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue