mirror of
https://github.com/ruffle-rs/ruffle-android.git
synced 2024-11-26 23:20:22 +00:00
Build fix?
This commit is contained in:
parent
3a3dd653eb
commit
5182354b8b
@ -8,8 +8,11 @@ use ruffle_core::backend::navigator::{
|
||||
};
|
||||
use ruffle_core::indexmap::IndexMap;
|
||||
use ruffle_core::loader::Error;
|
||||
use ruffle_core::socket::{ConnectionState, SocketAction, SocketHandle};
|
||||
|
||||
use std::sync::mpsc::{Receiver, Sender};
|
||||
use std::time::Duration;
|
||||
|
||||
use std::sync::mpsc::Sender;
|
||||
use url::{ParseError, Url};
|
||||
|
||||
use winit::event_loop::EventLoopProxy;
|
||||
|
Loading…
Reference in New Issue
Block a user